Uses of Class
serp.bytecode.LocalTable
Packages that use LocalTable
-
Uses of LocalTable in serp.bytecode
Subclasses of LocalTable in serp.bytecodeModifier and TypeClassDescriptionclass
Code blocks compiled from source have local variable tables mapping locals used in opcodes to their names and descriptions.class
Code blocks compiled from source have local variable type tables mapping generics-using locals used in opcodes to their names and signatures.Methods in serp.bytecode that return LocalTable