|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV NEXT | ||||||||
Uses of Class
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.Occurrence
| Uses of Occurrence in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify |
| Fields in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify declared as Occurrence | |
private Occurrence |
Reference._occurrence
|
private Occurrence |
Definition._occurrence
|
| Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that return Occurrence | |
Occurrence |
Reference.getOccurrence()
gets the occurrence of this reference |
Occurrence |
Definition.getOccurrence()
Returns the Occurrence for the location of this definition |
| Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type Occurrence | |
Scope |
ScopeIndex.lookup(Occurrence occ)
returns the most specific Scope to which the specified
Occurence belongs. |
Scope |
ScopeIndex.findScope(java.util.Vector scopeList,
Occurrence occ)
returns the most specific Scope to which the specified
Occurence belongs from the specified Vector
of Scopes. |
Reference |
Scope.getSymbol(java.lang.String name,
Occurrence location)
|
Reference |
QueryEngine.getSymbol(java.lang.String name,
Occurrence location)
gets a symbol from the associated symbol table |
IDefinition |
QueryEngine.getDefinition(java.lang.String name,
Occurrence location)
gets the definition of the given symbol |
IDefinition |
QueryEngine.getDefinition(Occurrence location)
|
java.util.Iterator |
QueryEngine.getReferences(java.lang.String name,
Occurrence location)
gets a collection of references determined by a symbol and location |
java.util.Iterator |
QueryEngine.getReferences(Occurrence location)
|
private SymTabAST |
QueryEngine.getWordNodeAtOccurrence(Occurrence location)
|
java.lang.String |
QueryEngine.getWordAtOccurrence(Occurrence location)
|
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV NEXT | ||||||||