Uses of Class
org.teavm.ast.RegularMethodNode
-
Packages that use RegularMethodNode Package Description org.teavm.ast org.teavm.ast.decompilation org.teavm.ast.optimization org.teavm.backend.c.generate org.teavm.cache -
-
Uses of RegularMethodNode in org.teavm.ast
Methods in org.teavm.ast with parameters of type RegularMethodNode Modifier and Type Method Description voidMethodNodeVisitor. visit(RegularMethodNode methodNode) -
Uses of RegularMethodNode in org.teavm.ast.decompilation
Methods in org.teavm.ast.decompilation that return RegularMethodNode Modifier and Type Method Description RegularMethodNodeDecompiler. decompileRegular(MethodHolder method) -
Uses of RegularMethodNode in org.teavm.ast.optimization
Methods in org.teavm.ast.optimization with parameters of type RegularMethodNode Modifier and Type Method Description voidOptimizer. optimize(RegularMethodNode method, Program program, boolean friendlyToDebugger) -
Uses of RegularMethodNode in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate with parameters of type RegularMethodNode Modifier and Type Method Description voidCodeGenerator. generateMethod(RegularMethodNode methodNode) -
Uses of RegularMethodNode in org.teavm.cache
Fields in org.teavm.cache declared as RegularMethodNode Modifier and Type Field Description RegularMethodNodeAstCacheEntry. methodMethods in org.teavm.cache that return RegularMethodNode Modifier and Type Method Description RegularMethodNodeAstIO. read(VarDataInput input, MethodReference method)Methods in org.teavm.cache with parameters of type RegularMethodNode Modifier and Type Method Description String[]AstDependencyExtractor. extract(RegularMethodNode node)voidAstIO. write(VarDataOutput output, RegularMethodNode method)Constructors in org.teavm.cache with parameters of type RegularMethodNode Constructor Description AstCacheEntry(RegularMethodNode method, ControlFlowEntry[] cfg)
-