Uses of Class
net.thevpc.nsh.parser.Token
Packages that use Token
-
Uses of Token in net.thevpc.nsh.parser
Methods in net.thevpc.nsh.parser that return TokenModifier and TypeMethodDescriptionDefaultLexer.continueReadDollarWord()DefaultLexer.continueReadWhite()DefaultLexer.continueReadWord()DefaultLexer.nextNonWhiteToken()Context.nextToken()DefaultLexer.nextToken()DefaultLexer.nextToken(int before) Lexer.nextToken()PreloadedLexer.nextToken()DefaultLexer.peedTokenSafe()DefaultLexer.peekToken()Lexer.peekToken()PreloadedLexer.peekToken()DefaultLexer.processContext(String prefix, Context t) Methods in net.thevpc.nsh.parser that return types with arguments of type TokenMethods in net.thevpc.nsh.parser with parameters of type TokenModifier and TypeMethodDescriptionstatic StringYaccer.evalTokenString(Token token, NshContext context) voidDefaultLexer.pushBackToken(Token t) Constructors in net.thevpc.nsh.parser with parameters of type TokenModifierConstructorDescriptionBinOpCommand(NshCommandNode left, Token op, NshCommandNode right) NewlineNode(Token token) SequenceCommand(Token op) SuffixOpCommand(NshCommandNode a, Token op) UnOpPrefix(Token op, NshNode a) UnOpSuffix(NshNode a, Token op) Constructor parameters in net.thevpc.nsh.parser with type arguments of type Token -
Uses of Token in net.thevpc.nsh.parser.ctx
Methods in net.thevpc.nsh.parser.ctx that return TokenModifier and TypeMethodDescriptionAntiQuotedContext.nextToken()DefaultContext.nextToken()DollarCurlBracketContext.nextToken()DollarPar2Context.nextToken()DollarParContext.nextToken()DoubleQuotedContext.nextToken()Par2Context.nextToken()SharpContext.nextToken()SimpleQuotedContext.nextToken()