Uses of Class
gw.lang.ir.statement.IRMethodStatement
-
Packages that use IRMethodStatement Package Description gw.lang.ir gw.lang.ir.builder -
-
Uses of IRMethodStatement in gw.lang.ir
Methods in gw.lang.ir that return types with arguments of type IRMethodStatement Modifier and Type Method Description List<IRMethodStatement>IRClass. getMethods()Methods in gw.lang.ir with parameters of type IRMethodStatement Modifier and Type Method Description voidIRClass. addMethod(IRMethodStatement method) -
Uses of IRMethodStatement in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRMethodStatement Modifier and Type Method Description IRMethodStatementIRMethodBuilder. body(IRElementBuilder... elements)IRMethodStatementIRMethodBuilder. body(List<IRElementBuilder> elements)IRMethodStatementIRBuilderContext. findMethod(String name, int numArgs)Methods in gw.lang.ir.builder that return types with arguments of type IRMethodStatement Modifier and Type Method Description List<IRMethodStatement>IRClassBuilder. getMethods()Methods in gw.lang.ir.builder with parameters of type IRMethodStatement Modifier and Type Method Description IRClassBuilderIRClassBuilder. withMethod(IRMethodStatement method)
-