|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceLocator | |
---|---|
gnu.expr | Supports Expression ,
and various related classes need to compile programming languages. |
gnu.lists | Contains utility classes and interfaces for sequences (lists), arrays, and trees. |
gnu.mapping |
Supports Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
gnu.text | Supports various utility classes for formatting, parsing, and manipulating text (strings). |
gnu.xml | Utilities for working with XML. |
Uses of SourceLocator in gnu.expr |
---|
Methods in gnu.expr with parameters of type SourceLocator | |
---|---|
void |
Compilation.error(char severity,
java.lang.String message,
SourceLocator location)
|
void |
Declaration.setLocation(SourceLocator location)
|
void |
Compilation.setLocation(SourceLocator position)
|
void |
Expression.setLocation(SourceLocator location)
Copies the current location. |
Uses of SourceLocator in gnu.lists |
---|
Constructors in gnu.lists with parameters of type SourceLocator | |
---|---|
PairWithPosition(SourceLocator where,
java.lang.Object car,
java.lang.Object cdr)
|
Uses of SourceLocator in gnu.mapping |
---|
Constructors in gnu.mapping with parameters of type SourceLocator | |
---|---|
UnboundLocationException(java.lang.Object symbol,
SourceLocator location)
|
Uses of SourceLocator in gnu.text |
---|
Methods in gnu.text that return SourceLocator | |
---|---|
SourceLocator |
SourceMessages.swapSourceLocator(SourceLocator locator)
|
Methods in gnu.text with parameters of type SourceLocator | |
---|---|
void |
SourceMessages.error(char severity,
SourceLocator location,
java.lang.String message)
|
void |
SourceMessages.error(char severity,
SourceLocator location,
java.lang.String message,
java.lang.String code)
|
void |
SourceMessages.setLocation(SourceLocator locator)
Copies the current position of locator. |
void |
SourceMessages.setSourceLocator(SourceLocator locator)
Links our location to the one give. |
SourceLocator |
SourceMessages.swapSourceLocator(SourceLocator locator)
|
Constructors in gnu.text with parameters of type SourceLocator | |
---|---|
SourceError(char severity,
SourceLocator location,
java.lang.String message)
|
Uses of SourceLocator in gnu.xml |
---|
Methods in gnu.xml with parameters of type SourceLocator | |
---|---|
void |
XMLFilter.setSourceLocator(SourceLocator locator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |