All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----edu.utah.janos.antsr.core.Protocol.CodeGroupData
| Summary |
static class Protocol.CodeGroupData
extends java.lang.Object
{
// Fields 3
boolean active;
final Vector classes;
TypeID groupID;
// Constructors 1
CodeGroupData(boolean);
}
| Fields |
· classes | Summary | Top |
final Vector classes
A list of CapsuleClassData objects
· groupID | Summary | Top |
TypeID groupID
· active | Summary | Top |
boolean active
Active classes have inchannels created for them. Non-active (inert) classes don't. The only inert classes are in DLProtocol.
Technically, this should be a field in CapsuleClass, but that's a big waste of space, because there are only 3 inert capsules on a Node.
| Constructors |
· CodeGroupData | Summary | Top |
CodeGroupData(boolean active)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7