Uses of Class
gw.lang.ir.statement.IRFieldDecl
-
Packages that use IRFieldDecl Package Description gw.lang.ir gw.lang.ir.builder -
-
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 voidIRClass. 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 IRFieldDeclIRFieldBuilder. build()IRFieldDeclIRBuilderContext. 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 IRClassBuilderIRClassBuilder. withField(IRFieldDecl field)
-