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, process
public boolean appliesTo(ParserClassNode classNode, RuleMethod method)
protected boolean appliesTo(InstructionGraphNode node)
appliesTo
in class GroupClassGenerator
protected org.objectweb.asm.Type getBaseType()
getBaseType
in class GroupClassGenerator
protected void generateMethod(InstructionGroup group, org.objectweb.asm.ClassWriter cw)
generateMethod
in class GroupClassGenerator