Uses of Class
org.intocps.maestro.ast.LexToken
-
-
Uses of LexToken in org.intocps.maestro.ast
Methods in org.intocps.maestro.ast that return LexToken Modifier and Type Method Description LexTokenLexIdentifier. getSymbol()static LexTokenMableAstFactory. newExpandToken()Methods in org.intocps.maestro.ast with parameters of type LexToken Modifier and Type Method Description static org.intocps.maestro.ast.node.ACallExpMableAstFactory. newACallExp(LexToken expand, LexIdentifier identifier, List<? extends org.intocps.maestro.ast.node.PExp> args_)static org.intocps.maestro.ast.node.ACallExpMableAstFactory. newACallExp(LexToken expand, org.intocps.maestro.ast.node.PExp object, LexIdentifier identifier, List<? extends org.intocps.maestro.ast.node.PExp> args_)Constructors in org.intocps.maestro.ast with parameters of type LexToken Constructor Description LexIdentifier(String text, LexToken symbol)
-