Uses of Enum Class
org.aksw.shellgebra.algebra.cmd.arg.StringEscapeType
Packages that use StringEscapeType
-
Uses of StringEscapeType in org.aksw.shellgebra.algebra.cmd.arg
Subclasses with type arguments of type StringEscapeType in org.aksw.shellgebra.algebra.cmd.argMethods in org.aksw.shellgebra.algebra.cmd.arg that return StringEscapeTypeModifier and TypeMethodDescriptionCmdArgWord.escapeType()Returns the value of theescapeTyperecord component.static StringEscapeTypeReturns the enum constant of this class with the specified name.static StringEscapeType[]StringEscapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aksw.shellgebra.algebra.cmd.arg with parameters of type StringEscapeTypeModifierConstructorDescriptionCmdArgWord(StringEscapeType escapeType, List<Token> tokens) Creates an instance of aCmdArgWordrecord class.CmdArgWord(StringEscapeType escapeType, Token token)