Package icyllis.arc3d.compiler.tree
Class AnonymousField
java.lang.Object
icyllis.arc3d.compiler.tree.Node
icyllis.arc3d.compiler.tree.Symbol
icyllis.arc3d.compiler.tree.AnonymousField
A symbol which should be interpreted as a field access. Fields are added to the SymbolTable
whenever a bare reference to an identifier should refer to a struct field; in GLSL, this is the
result of declaring anonymous interface blocks.
-
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
-
Method Summary
Methods inherited from class icyllis.arc3d.compiler.tree.Node
getEndOffset, getStartOffset
-
Constructor Details
-
AnonymousField
-
-
Method Details