- All Implemented Interfaces:
xyz.cofe.collection.ImTree<AST>, xyz.cofe.collection.ImTreeWalk<AST>, AST, xyz.cofe.text.tparse.Tok<xyz.cofe.text.tparse.TPointer>
public class CallAST
extends ASTBase<CallAST>
Вызов метода/функции/лямбды
-
Nested Class Summary
Nested classes/interfaces inherited from interface xyz.cofe.collection.ImTreeWalk
xyz.cofe.collection.ImTreeWalk.Walk<A extends xyz.cofe.collection.ImTree<? extends A>>
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
protected java.util.List<AST> |
args |
|
protected AST |
base |
|
-
Constructor Summary
Constructors
| Modifier |
Constructor |
Description |
protected |
CallAST() |
|
protected |
CallAST(CallAST sample) |
|
|
CallAST(xyz.cofe.text.tparse.TPointer begin,
xyz.cofe.text.tparse.TPointer end,
AST base,
java.util.List<AST> args) |
|
-
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface xyz.cofe.cxel.ast.AST
nodes
Methods inherited from interface xyz.cofe.collection.ImTreeWalk
walk
-
Field Details
-
protected java.util.List<AST> args
-
-
Constructor Details
-
-
-
public CallAST(
xyz.cofe.text.tparse.TPointer begin,
xyz.cofe.text.tparse.TPointer end,
AST base,
java.util.List<AST> args)
-
Method Details
-
-
public java.util.List<AST> args()
-
-
Description copied from interface: AST
Возвращает дочерние узлы
- Returns:
- дочерние узлы