public interface ICSSCodeGenResult
Modifier and Type | Method and Description |
---|---|
InstructionList |
getClassInitializationInstructions() |
void |
visitClassTraits(ITraitsVisitor classTraitsVisitor)
Add generated data slots for generated data structures to the specified
ITraitsVisitor . |
InstructionList getClassInitializationInstructions()
InstructionList
containing instructions for
initializing the CSS data structures. This method does not append
returnvoid
instructions to the end of the instruction list.void visitClassTraits(ITraitsVisitor classTraitsVisitor)
ITraitsVisitor
.classTraitsVisitor
- ITraitsVisitor
to which traits for the
css data structures are added.Copyright © 2016 The Apache Software Foundation. All rights reserved.