List of usage examples for org.aspectj.asm.internal ProgramElement subclass-usage
From source file org.caesarj.compiler.asm.CaesarProgramElement.java
/**
* This class represents the different nodes in the structure model. Offering
* new caesar specific node kinds for e.g. virtual classes.
* Note that the structure model does not exclusivly use CaesarProgramElementNodes,
* but also uses StructureNodes (from aspectj), added by an asmadapter for relations
* and links between (? TODO [question]: or only as Node.getRelations() ?).
From source file org.caesarj.compiler.asm.LinkNode.java
/**
*
* TODO - Comments
*
* @author Thiago Tonelli Bartolomei <bart@macacos.org>
*