gaia.sdk.codegen.ast.Identifier.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gaia-sdk Show documentation
Show all versions of gaia-sdk Show documentation
GAIA SDK is an open source software library in order to interact with the GAIA API.
The newest version!
package gaia.sdk.codegen.ast
class Identifier(val name:String) : AbstractAST()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy