Package icyllis.arc3d.compiler.tree
Class FunctionPrototype
java.lang.Object
icyllis.arc3d.compiler.tree.Node
icyllis.arc3d.compiler.tree.TopLevelElement
icyllis.arc3d.compiler.tree.FunctionPrototype
A function prototype (a function declaration as a top-level element)
-
Nested Class Summary
Nested classes/interfaces inherited from class icyllis.arc3d.compiler.tree.Node
Node.ElementKind, Node.ExpressionKind, Node.StatementKind, Node.SymbolKind -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(TreeVisitor visitor) Visit this AST with a given visitor.getKind()booleantoString()Methods inherited from class icyllis.arc3d.compiler.tree.Node
getEndOffset, getStartOffset
-
Constructor Details
-
FunctionPrototype
-
-
Method Details
-
getFunctionDecl
-
isBuiltin
public boolean isBuiltin() -
getKind
- Specified by:
getKindin classTopLevelElement- See Also:
-
accept
Description copied from class:NodeVisit this AST with a given visitor. -
toString
-