class VarInitClassGenerator extends GroupClassGenerator
classNode, method| Constructor and Description |
|---|
VarInitClassGenerator(boolean forceCodeBuilding) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
appliesTo(InstructionGraphNode node) |
boolean |
appliesTo(ParserClassNode classNode,
RuleMethod method) |
protected void |
generateMethod(InstructionGroup group,
org.objectweb.asm.ClassWriter cw) |
protected org.objectweb.asm.Type |
getBaseType() |
convertXLoads, generateGroupClassCode, insertSetContextCalls, processpublic boolean appliesTo(ParserClassNode classNode, RuleMethod method)
protected boolean appliesTo(InstructionGraphNode node)
appliesTo in class GroupClassGeneratorprotected org.objectweb.asm.Type getBaseType()
getBaseType in class GroupClassGeneratorprotected void generateMethod(InstructionGroup group, org.objectweb.asm.ClassWriter cw)
generateMethod in class GroupClassGenerator