public class DefinedHelper
extends java.lang.Object
defined() built-in function.| Modifier and Type | Field and Description |
|---|---|
private Environment |
env
Current file environment details.
|
| Constructor and Description |
|---|
DefinedHelper(Environment env)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
integer |
defined(character symbol)
Returns the symbol origin of a preprocessor variable specified as
the parameter.
|
private Environment env
public DefinedHelper(Environment env)
env - The current environment details.