Uses of Class
org.vesalainen.bcc.LookupList
-
Packages that use LookupList Package Description org.vesalainen.bcc -
-
Uses of LookupList in org.vesalainen.bcc
Methods in org.vesalainen.bcc with parameters of type LookupList Modifier and Type Method Description voidAssembler. lookupswitch(java.lang.String def, LookupList list)voidMethodCompiler. lookupswitch(LookupList list)Compiles lookupswitchvoidMethodCompiler. optimizedSwitch(java.lang.String def, LookupList list)Compiles a tableswitch, lookupswitch or if/goto depending on contents of LookupList.voidMethodCompiler. optimizedSwitch(LookupList list)Compiles a tableswitch, lookupswitch or if/goto depending on contents of LookupList.
-