Uses of Class
gw.lang.ir.statement.IRFieldDecl
-
Packages that use IRFieldDecl Package Description gw.internal.gosu.ir.compiler.tree gw.lang.ir gw.lang.ir.builder -
-
Uses of IRFieldDecl in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRFieldDecl Modifier and Type Method Description void
IRTreeCompiler. compileIRFieldDecl(IRFieldDecl fieldDecl, int indent)
-
Uses of IRFieldDecl in gw.lang.ir
Methods in gw.lang.ir that return types with arguments of type IRFieldDecl Modifier and Type Method Description List<IRFieldDecl>
IRClass. getFields()
Methods in gw.lang.ir with parameters of type IRFieldDecl Modifier and Type Method Description void
IRClass. addField(IRFieldDecl field)
-
Uses of IRFieldDecl in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRFieldDecl Modifier and Type Method Description IRFieldDecl
IRFieldBuilder. build()
IRFieldDecl
IRBuilderContext. findField(String name)
Methods in gw.lang.ir.builder that return types with arguments of type IRFieldDecl Modifier and Type Method Description List<IRFieldDecl>
IRClassBuilder. getFields()
Methods in gw.lang.ir.builder with parameters of type IRFieldDecl Modifier and Type Method Description IRClassBuilder
IRClassBuilder. withField(IRFieldDecl field)
-