Uses of Class
org.apache.felix.gogo.runtime.Token
-
Packages that use Token Package Description org.apache.felix.gogo.runtime -
-
Uses of Token in org.apache.felix.gogo.runtime
Subclasses of Token in org.apache.felix.gogo.runtime Modifier and Type Class Description static classParser.Array[ a b ...] [ k1=v1 k2=v2 ...]static classParser.Closure{ program }static classParser.Executablestatic classParser.Operatorstatic classParser.Pipelinetoken1 | token2 | ...static classParser.Programpipe1 ; pipe2 ; ...static classParser.Sequence( program )static classParser.StatementFields in org.apache.felix.gogo.runtime declared as Token Modifier and Type Field Description protected TokenTokenizer. lastprotected TokenTokenizer. pushedprotected TokenBaseTokenizer. textFields in org.apache.felix.gogo.runtime with type parameters of type Token Modifier and Type Field Description protected List<Token>Parser. tokensMethods in org.apache.felix.gogo.runtime that return Token Modifier and Type Method Description protected TokenParser. end(String str)protected TokenParser. expect(String str)protected TokenParser. next()TokenTokenizer. next()TokenTokenizer. readHereDoc(boolean ignoreLeadingTabs)protected TokenParser. start(String str, String missing)TokenSyntaxError. statement()TokenToken. subSequence(int start, int end)TokenBaseTokenizer. text()TokenTokenizer. text()protected TokenParser. whole(List<? extends Token> tokens, int index)protected TokenParser. whole(Token b, Token e)Methods in org.apache.felix.gogo.runtime that return types with arguments of type Token Modifier and Type Method Description List<Token>Parser.Array. list()Map<Token,Token>Parser.Array. map()Map<Token,Token>Parser.Array. map()List<Token>Parser.Statement. redirections()List<Token>Parser.Statement. tokens()List<Token>Parser. tokens()Methods in org.apache.felix.gogo.runtime with parameters of type Token Modifier and Type Method Description ObjectClosure. eval(Token t)ObjectClosure. eval(Token t, boolean convertNumeric)ObjectEvaluate. eval(Token t)ObjectClosure. expr(Token expr)ObjectEvaluate. expr(Token t)protected voidParser. push(Token t)voidTokenizer. push(Token token)protected TokenParser. whole(Token b, Token e)Method parameters in org.apache.felix.gogo.runtime with type arguments of type Token Modifier and Type Method Description protected TokenParser. whole(List<? extends Token> tokens, int index)Constructors in org.apache.felix.gogo.runtime with parameters of type Token Constructor Description Array(Token cs, List<Token> list, Map<Token,Token> map)Closure(Token cs, Parser.Program program)Executable(Token cs)Operator(Token cs)Pipeline(Token cs, List<Parser.Executable> tokens)Program(Token cs, List<Parser.Executable> tokens)Sequence(Token cs, Parser.Program program)Statement(Token cs, List<Token> tokens, List<Token> redirections)SyntaxError(int line, int column, String message, Token statement)Constructor parameters in org.apache.felix.gogo.runtime with type arguments of type Token Constructor Description Array(Token cs, List<Token> list, Map<Token,Token> map)Array(Token cs, List<Token> list, Map<Token,Token> map)Array(Token cs, List<Token> list, Map<Token,Token> map)Statement(Token cs, List<Token> tokens, List<Token> redirections)
-