public class Yaccer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Yaccer.Argument |
static class |
Yaccer.ArgumentsLine |
class |
Yaccer.BinOp |
static class |
Yaccer.BinOpCommand |
class |
Yaccer.CommentedNode |
class |
Yaccer.Comments |
class |
Yaccer.CondBloc |
class |
Yaccer.IfCommand |
class |
Yaccer.NewlineNode |
class |
Yaccer.Par |
static class |
Yaccer.SequenceCommand |
class |
Yaccer.SuffixOpCommand |
static class |
Yaccer.TokenNode |
class |
Yaccer.UnOpPrefix |
class |
Yaccer.UnOpSuffix |
class |
Yaccer.WhileCommand |
class |
Yaccer.WhiteNode |
| Modifier and Type | Method and Description |
|---|---|
static String |
evalNodeString(NshNode node,
NshContext context) |
static String |
evalTokenString(Token token,
NshContext context) |
Iterable<NshNode> |
nodes() |
Yaccer.Argument |
readArgument() |
NshCommandNode |
readCommandL1() |
NshCommandNode |
readCommandL2() |
NshCommandNode |
readCommandL3() |
Yaccer.Comments |
readComments() |
NshNode |
readNode() |
NshNode |
readNodeL0() |
NshNode |
readNodeL1() |
NshNode |
readNodeL2() |
NshNode |
readNodeL3() |
NshNode |
readNodeL4() |
NshNode |
readNodeL5() |
NshCommandNode |
readScript() |
NshCommandNode |
readScriptL2() |
NshCommandNode |
readScriptL3() |
NshCommandNode |
readScriptL4() |
NshCommandNode |
readScriptL5() |
Yaccer.ArgumentsLine |
readScriptLine() |
NshCommandNode |
readScriptPar() |
public Yaccer(Lexer lexer)
public NshNode readNodeL0()
public NshCommandNode readScriptL2()
public NshCommandNode readScriptL3()
public NshCommandNode readScriptL4()
public NshCommandNode readScriptL5()
public NshNode readNodeL1()
public NshNode readNodeL2()
public NshNode readNodeL3()
public NshNode readNodeL4()
public NshNode readNodeL5()
public NshNode readNode()
public NshCommandNode readScriptPar()
public NshCommandNode readCommandL1()
public NshCommandNode readCommandL2()
public NshCommandNode readCommandL3()
public Yaccer.ArgumentsLine readScriptLine()
public NshCommandNode readScript()
public Yaccer.Comments readComments()
public Yaccer.Argument readArgument()
public static String evalTokenString(Token token, NshContext context)
public static String evalNodeString(NshNode node, NshContext context)
Copyright © 2026 vpc open source initiative. All rights reserved.