public class VariableContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VariableContext.Type
Represents what a piece of a variable does.
|
Modifier and Type | Field and Description |
---|---|
int |
integer
The integer value for this piece of the variable.
|
String |
text
The text of this piece of the variable.
|
VariableContext.Type |
type
The type of this piece of a variable.
|
Modifier and Type | Method and Description |
---|---|
static VariableContext[] |
parse(String variable)
Parses a normalized javascript variable.
|
public final VariableContext.Type type
public final String text
VariableContext.Type.MEMBER
and VariableContext.Type.STR_INDEX
types.public final int integer
VariableContext.Type.INT_INDEX
.public static final VariableContext[] parse(String variable)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.