public static class Exp.MethodCall extends Exp.FuncCall
Exp.AnonFuncDef, Exp.BinopExp, Exp.Constant, Exp.FieldExp, Exp.FuncCall, Exp.IndexExp, Exp.MethodCall, Exp.NameExp, Exp.ParensExp, Exp.PrimaryExp, Exp.UnopExp, Exp.VarargsExp, Exp.VarExp| 限定符和类型 | 字段和说明 |
|---|---|
String |
name |
args, lhsbeginColumn, beginLine, endColumn, endLine| 构造器和说明 |
|---|
MethodCall(Exp.PrimaryExp lhs,
String name,
FuncArgs args) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(Visitor visitor) |
boolean |
isfunccall() |
isvarargexpisvarexpanonymousfunction, binaryexp, constant, fieldop, functionop, indexop, methodop, nameprefix, numberconstant, parensprefix, tableconstructor, unaryexp, varargspublic final String name
public MethodCall(Exp.PrimaryExp lhs, String name, FuncArgs args)
public boolean isfunccall()
isfunccall 在类中 Exp.FuncCallpublic void accept(Visitor visitor)
accept 在类中 Exp.FuncCallCopyright © 2020. All rights reserved.