Uses of Class
org.apache.felix.gogo.runtime.Token
Packages that use Token
-
Uses of Token in org.apache.felix.gogo.runtime
Subclasses of Token in org.apache.felix.gogo.runtimeModifier and TypeClassDescriptionstatic class
[ a b ...] [ k1=v1 k2=v2 ...]static class
{ program }static class
static class
static class
token1 | token2 | ...static class
pipe1 ; pipe2 ; ...static class
( program )static class
Fields in org.apache.felix.gogo.runtime declared as TokenModifier and TypeFieldDescriptionprotected Token
Tokenizer.last
protected Token
Tokenizer.pushed
protected final Token
BaseTokenizer.text
Fields in org.apache.felix.gogo.runtime with type parameters of type TokenMethods in org.apache.felix.gogo.runtime that return TokenModifier and TypeMethodDescriptionprotected Token
protected Token
protected Token
Parser.next()
Tokenizer.next()
Tokenizer.readHereDoc
(boolean ignoreLeadingTabs) protected Token
SyntaxError.statement()
Token.subSequence
(int start, int end) BaseTokenizer.text()
Tokenizer.text()
protected Token
protected Token
Methods in org.apache.felix.gogo.runtime that return types with arguments of type TokenModifier and TypeMethodDescriptionParser.Array.list()
Parser.Array.map()
Parser.Array.map()
Parser.Statement.redirections()
Parser.Statement.tokens()
Parser.tokens()
Methods in org.apache.felix.gogo.runtime with parameters of type TokenMethod parameters in org.apache.felix.gogo.runtime with type arguments of type TokenConstructors in org.apache.felix.gogo.runtime with parameters of type TokenModifierConstructorDescriptionClosure
(Token cs, Parser.Program program) Executable
(Token cs) Pipeline
(Token cs, List<Parser.Executable> tokens) Program
(Token cs, List<Parser.Executable> tokens) Sequence
(Token cs, Parser.Program program) SyntaxError
(int line, int column, String message, Token statement) Constructor parameters in org.apache.felix.gogo.runtime with type arguments of type Token