|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxtc.tree.Node
xtc.parser.ModuleDependency
xtc.parser.ModuleModification
public class ModuleModification
A grammar module modification.
| Field Summary |
|---|
| Fields inherited from class xtc.parser.ModuleDependency |
|---|
arguments, module, target |
| Constructor Summary | |
|---|---|
ModuleModification(ModuleName module,
ModuleList arguments,
ModuleName target)
Create a new module modification. |
|
| Method Summary | |
|---|---|
boolean |
isModification()
Determine whether this dependency is a module modification. |
| Methods inherited from class xtc.parser.ModuleDependency |
|---|
equals, hashCode, isConsistentWith, isImport, isInstantiation, rename, visibleName |
| Methods inherited from class xtc.tree.Node |
|---|
add, add, addAll, addAll, addAll, addAll, addAllTo, addNode, contains, get, getBoolean, getBooleanProperty, getGeneric, getList, getLocation, getName, getNode, getProperty, getString, getStringProperty, getTokenText, hasLocation, hasName, hasProperty, hasTraversal, hasVariable, indexOf, isAnnotation, isEmpty, isGeneric, isList, isToken, iterator, lastIndexOf, properties, remove, removeProperty, set, setLocation, setLocation, setProperty, size, strip, toAnnotation, toList, toString, toToken, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleModification(ModuleName module,
ModuleList arguments,
ModuleName target)
module - The module name.arguments - The arguments.target - The target module name.| Method Detail |
|---|
public boolean isModification()
ModuleDependencymodule modification.
isModification in class ModuleDependencytrue if this dependency is a modification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||