Package icyllis.arc3d.compiler.tree
Class InterfaceBlock
java.lang.Object
icyllis.arc3d.compiler.tree.Node
icyllis.arc3d.compiler.tree.TopLevelElement
icyllis.arc3d.compiler.tree.InterfaceBlock
An interface block declaration invalid input: '&' definition, as in:
out SV_PerVertex { layout(builtin = position) out float4 SV_Position; };
-
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
Modifier and TypeMethodDescriptionboolean
accept
(TreeVisitor visitor) Visit this AST with a given visitor.static InterfaceBlock
getKind()
static InterfaceBlock
toString()
Methods inherited from class icyllis.arc3d.compiler.tree.Node
getEndOffset, getStartOffset
-
Constructor Details
-
InterfaceBlock
-
-
Method Details
-
convert
@Nullable public static InterfaceBlock convert(@Nonnull Context context, int pos, @Nonnull Modifiers modifiers, @Nonnull Type blockType, @Nonnull String instanceName) -
make
@Nonnull public static InterfaceBlock make(@Nonnull Context context, int pos, @Nonnull Variable variable) -
getVariable
-
getBlockName
-
getInstanceName
-
getKind
- Specified by:
getKind
in classTopLevelElement
- See Also:
-
accept
Description copied from class:Node
Visit this AST with a given visitor. -
toString
-