public class VarDefineNode extends Expression implements IVarIndex
type| 构造器和说明 |
|---|
VarDefineNode(GrammarToken token) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
evaluate(Context ctx) |
int |
getVarIndex() |
void |
infer(InferContext inferCtx) |
void |
setVarIndex(int index) |
getType, setTypepublic VarDefineNode(GrammarToken token)
public Object evaluate(Context ctx)
evaluate 在类中 Expressionpublic void setVarIndex(int index)
setVarIndex 在接口中 IVarIndexpublic int getVarIndex()
getVarIndex 在接口中 IVarIndexpublic void infer(InferContext inferCtx)
Copyright © 2015. All rights reserved.