/ . / CalcAttr / spark.py / GenericASTBuilder
Methods
|
|
|
preprocess
|
preprocess (
self,
rule,
func,
)
|
|
terminal
|
terminal ( self, token )
|
|
buildASTNode
|
buildASTNode (
self,
args,
lhs,
)
|
|
nonterminal
|
nonterminal (
self,
type,
args,
)
|
|
__init__
|
__init__ (
self,
AST,
start,
)
|
|
|