public abstract class BuiltinSymbol extends Symbol
abstract since the functionality must be defined
by a subclass.| Constructor and Description |
|---|
BuiltinSymbol()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getValue(Environment env)
Gets the symbol value using the current environment to dynamically
create the result.
|
builtinVariable, getOrigin, getOriginText, getValue, globalVariable, includeFileArgument, scopedVariable, toStringpublic abstract java.lang.String getValue(Environment env)
env - The preprocessor's current environment.