Class GlslDeclarationNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.variable.GlslDeclarationNode
- All Implemented Interfaces:
GlslNode,GlslRootNode
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionGlslDeclarationNode(Collection<GlslTypeQualifier> typeQualifiers, Collection<String> names) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.ocelot.glslprocessor.api.node.GlslNode
getBody, getType, setBody, setBody, toListMethods inherited from interface io.github.ocelot.glslprocessor.api.node.GlslRootNode
asDeclaration, asField, asFunction, asStruct, isDeclaration, isField, isFunction, isStruct
-
Constructor Details
-
GlslDeclarationNode
-
-
Method Details
-
getTypeQualifiers
-
getNames
-
getSourceString
- Specified by:
getSourceStringin interfaceGlslNode
-
stream
-
getName
- Specified by:
getNamein interfaceGlslRootNode
-
setName
- Specified by:
setNamein interfaceGlslRootNode
-
equals
-
hashCode
public int hashCode() -
toString
-