| java.lang.Object oscript.syntaxtree.FunctionPrimaryPrefix
FunctionPrimaryPrefix | public class FunctionPrimaryPrefix implements Node(Code) | | Grammar production:
f0 -> "function"
f1 -> "("
f2 -> ( Arglist() )?
f3 -> ")"
f4 -> ( "extends" PrimaryExpressionWithTrailingFxnCallExpList() FunctionCallExpressionList() )?
f5 -> "{"
f6 -> Program(true)
f7 -> "}"
|
Constructor Summary | |
public | FunctionPrimaryPrefix(NodeToken n0, NodeToken n1, NodeOptional n2, NodeToken n3, NodeOptional n4, NodeToken n5, Program n6, NodeToken n7, boolean hasVarInScope, boolean hasFxnInScope) | public | FunctionPrimaryPrefix(NodeOptional n0, NodeOptional n1, Program n2) |
ANON_FXN_ID | final public static int ANON_FXN_ID(Code) | | |
commentParsed | public boolean commentParsed(Code) | | |
fd | public oscript.data.Function.FunctionData fd(Code) | | |
hasFxnInScope | public boolean hasFxnInScope(Code) | | |
hasVarInScope | public boolean hasVarInScope(Code) | | |
|
|