- add(int) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(long) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(double) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(boolean) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(ValueExpression) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(String) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(BigDecimal) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(BigInteger) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(ModelNode) - Method in class org.jboss.dmr.ModelNode
-
Add a copy of the given value to the end of this node's value list.
- add(byte[]) - Method in class org.jboss.dmr.ModelNode
-
Add the given value to the end of this node's value list.
- add(Property) - Method in class org.jboss.dmr.ModelNode
-
Add a property to the end of this node's value list.
- add(String, int) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, long) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, double) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, boolean) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, ValueExpression) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, String) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, BigDecimal) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, BigInteger) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, ModelNode) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add(String, byte[]) - Method in class org.jboss.dmr.ModelNode
-
Add a property with the given name and value to the end of this node's value list.
- add() - Method in class org.jboss.dmr.ModelNode
-
Add a node to the end of this node's value list and return it.
- addEmptyList() - Method in class org.jboss.dmr.ModelNode
-
Add a node of type
ModelType.LIST
to the end of this node's value list and return it.
- addEmptyObject() - Method in class org.jboss.dmr.ModelNode
-
Add a node of type
ModelType.OBJECT
to the end of this node's value list and return it.
- addExpression(String) - Method in class org.jboss.dmr.ModelNode
-
- ARROW - Static variable in class org.jboss.dmr.Parser
-
Deprecated.
- asBigDecimal() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a BigDecimal
.
- asBigDecimalOrNull() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a
BigDecimal
or
null
if this node is not
defined
.
- asBigInteger() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a BigInteger
.
- asBigIntegerOrNull() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a
BigInteger
or
null
if this node is not
defined
.
- asBoolean() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a boolean
.
- asBoolean(boolean) - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a boolean
.
- asBooleanOrNull() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a
boolean
, or
null
if this node is not
defined
.
- asBytes() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a byte array.
- asBytesOrNull() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a byte array or
null
if this node is not
defined
.
- asDouble() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a double
.
- asDouble(double) - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as an double
.
- asDoubleOrNull() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a
double
or
null
if this node is not
defined
.
- asExpression() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as an expression.
- asInt() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as an int
.
- asInt(int) - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as an int
.
- asIntOrNull() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as an
int
, or
null
if this node is not
defined
.
- asList() - Method in class org.jboss.dmr.ModelNode
-
Get the list of entries contained in this object.
- asLong() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a long
.
- asLong(long) - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a long
.
- asLongOrNull() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a
Long
, or
null
if this node is not
defined
.
- asObject() - Method in class org.jboss.dmr.ModelNode
-
Get a copy of this value as an object.
- asProperty() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a property.
- asPropertyList() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a property list.
- asString() - Method in class org.jboss.dmr.ModelNode
-
Get the value as a string.
- asString(String) - Method in class org.jboss.dmr.ModelNode
-
Get the value as a string.
- asStringOrNull() - Method in class org.jboss.dmr.ModelNode
-
Get the value as a string or
null
if this node is not
defined
.
- asType() - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a type, expressed using the ModelType
enum.
- get(String) - Method in class org.jboss.dmr.ModelNode
-
Get the child of this node with the given name.
- get(int) - Method in class org.jboss.dmr.ModelNode
-
Get the child of this node with the given index.
- get(String...) - Method in class org.jboss.dmr.ModelNode
-
Recursively get the children of this node with the given names.
- getBigDecimal() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to big decimal
instance.
- getBigInteger() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to big integer
instance.
- getBoolean() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to boolean
.
- getBytes() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to bytes
.
- getDouble() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to double
.
- getExpression() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to expression
.
- getExpressionString() - Method in class org.jboss.dmr.ValueExpression
-
Get the raw expression string.
- getInput() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Obtain the current input.
- getInput() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Obtain the current input.
- getInstance(boolean) - Static method in class org.jboss.dmr.stream.ModelStreamFactory
-
Returns DMR stream factory instance.
- getInt() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to int
.
- getLong() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to long
.
- getName() - Method in class org.jboss.dmr.Property
-
- getResult() - Method in class org.jboss.dmr.JSONParserImpl
-
Deprecated.
- getString() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to String
.
- getType() - Method in class org.jboss.dmr.ModelNode
-
Get the current type of this node.
- getType() - Method in interface org.jboss.dmr.stream.ModelReader
-
Converts available context data to model type
.
- getValue() - Method in class org.jboss.dmr.Property
-
- ignored() - Method in class org.jboss.dmr.JSONParserImpl
-
Deprecated.
- INF_VAL - Static variable in class org.jboss.dmr.JSONParser
-
Deprecated.
- INITIAL - Static variable in class org.jboss.dmr.JSONParser
-
Deprecated.
- INITIAL - Static variable in class org.jboss.dmr.Parser
-
Deprecated.
- insert(ModelNode, int) - Method in class org.jboss.dmr.ModelNode
-
insert copy of the given value to provided index of this node's value list.
- insert(int) - Method in class org.jboss.dmr.ModelNode
-
Insert a node at provided index of this node's value list and return it.
- INT_HEX_VAL - Static variable in class org.jboss.dmr.Parser
-
Deprecated.
- INT_VAL - Static variable in class org.jboss.dmr.Parser
-
Deprecated.
- INTEGER - Static variable in class org.jboss.dmr.JSONParser
-
Deprecated.
- INTEGER - Static variable in class org.jboss.dmr.Parser
-
Deprecated.
- invalid() - Method in class org.jboss.dmr.JSONParserImpl
-
Deprecated.
- isBigDecimal() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR big decimal
, false
otherwise.
- isBigInteger() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR big integer
, false
otherwise.
- isBoolean() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR boolean
token, false
otherwise.
- isBytes() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR bytes
, false
otherwise.
- isDefined() - Method in class org.jboss.dmr.ModelNode
-
Determine whether this node is defined.
- isDouble() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR double
, false
otherwise.
- isExpression() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR expression
, false
otherwise.
- isInt() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR int
, false
otherwise.
- isListEnd() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR list end
token, false
otherwise.
- isListStart() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR list start
token, false
otherwise.
- isLong() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR long
, false
otherwise.
- isObjectEnd() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR object end
token, false
otherwise.
- isObjectStart() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR object start
token, false
otherwise.
- isPropertyEnd() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR property end
token, false
otherwise.
- isPropertyStart() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR property start
token, false
otherwise.
- isString() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR string
, false
otherwise.
- isType() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR type
, false
otherwise.
- isUndefined() - Method in interface org.jboss.dmr.stream.ModelReader
-
Returns true
if current DMR parsing event is DMR undefined
token, false
otherwise.
- readExternal(ObjectInput) - Method in class org.jboss.dmr.ModelNode
-
Read this node's content in binary format from the given source.
- readExternal(DataInputStream) - Method in class org.jboss.dmr.ModelNode
-
Read this node's content in binary format from the given source.
- readExternal(InputStream) - Method in class org.jboss.dmr.ModelNode
-
Read this node's content in binary format from the given source.
- readExternal(DataInput) - Method in class org.jboss.dmr.ModelNode
-
Read this node's content in binary format from the given source.
- readExternal(ObjectInput) - Method in class org.jboss.dmr.ValueExpression
-
Deserialize this instance.
- remove(String) - Method in class org.jboss.dmr.ModelNode
-
Remove a child of this node, returning the child.
- remove(int) - Method in class org.jboss.dmr.ModelNode
-
Remove a child of this list, returning the child.
- require(String) - Method in class org.jboss.dmr.ModelNode
-
Require the existence of a child of this node with the given name, returning the child.
- require(int) - Method in class org.jboss.dmr.ModelNode
-
Require the existence of a child of this node with the given index, returning the child.
- resolve() - Method in class org.jboss.dmr.ModelNode
-
- resolve(ValueExpression) - Method in class org.jboss.dmr.ValueExpressionResolver
-
Perform expression resolution.
- resolveBigDecimal() - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a decimal value.
- resolveBigDecimal(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a decimal value.
- resolveBigInteger() - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a large integer value.
- resolveBigInteger(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a large integer value.
- resolveBoolean() - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a boolean
value.
- resolveBoolean(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a boolean
value.
- resolveInt() - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to an int
value.
- resolveInt(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to an int
value.
- resolveLong() - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a long
value.
- resolveLong(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a long
value.
- resolvePart(String) - Method in class org.jboss.dmr.ValueExpressionResolver
-
Resolve a single name in the expression.
- resolveString() - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a string value.
- resolveString(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
-
Resolve this expression to a string value.
- SCHEMA_DEFINITION - Static variable in class org.jboss.dmr.Validation
-
- set(int) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(long) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(double) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(boolean) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(ValueExpression) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(String) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(BigDecimal) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(BigInteger) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(ModelNode) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(byte[]) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(ModelType) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(Property) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to the given value.
- set(String, ModelNode) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, int) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, long) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, double) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, boolean) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, String) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, ValueExpression) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, BigDecimal) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, BigInteger) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, byte[]) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(String, ModelType) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a property with the given name and value.
- set(Collection<ModelNode>) - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to a list whose values are copied from the given collection.
- setBufferSize(int) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Set the internal buffer size.
- setBufferSize(int) - Method in class org.jboss.dmr.Parser
-
Deprecated.
Set the internal buffer size.
- setEmptyList() - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to an empty list.
- setEmptyObject() - Method in class org.jboss.dmr.ModelNode
-
Change this node's value to an empty object.
- setExpression(String) - Method in class org.jboss.dmr.ModelNode
-
- setExpression(String, String) - Method in class org.jboss.dmr.ModelNode
-
- setInput(InputStream) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Set the current input.
- setInput(InputStream) - Method in class org.jboss.dmr.Parser
-
Deprecated.
Set the current input.
- SIGNED_HEX_INT_VAL - Static variable in class org.jboss.dmr.JSONParser
-
Deprecated.
- STR_VAL - Static variable in class org.jboss.dmr.JSONParser
-
Deprecated.
- STR_VAL - Static variable in class org.jboss.dmr.Parser
-
Deprecated.
- writeBase64(OutputStream) - Method in class org.jboss.dmr.ModelNode
-
Encodes the serialized representation in base64 form
and writes it to the specified output stream.
- writeBigDecimal(BigDecimal) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR number
.
- writeBigInteger(BigInteger) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR number
.
- writeBoolean(boolean) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR true
or false
token.
- writeBytes(byte[]) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR bytes
.
- writeDouble(double) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR number
.
- writeExpression(String) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR expression
.
- writeExternal(ObjectOutput) - Method in class org.jboss.dmr.ModelNode
-
Write this node's content in binary format to the given target.
- writeExternal(OutputStream) - Method in class org.jboss.dmr.ModelNode
-
Write this node's content in binary format to the given target.
- writeExternal(DataOutputStream) - Method in class org.jboss.dmr.ModelNode
-
Write this node's content in binary format to the given target.
- writeExternal(DataOutput) - Method in class org.jboss.dmr.ModelNode
-
Write this node's content in binary format to the given target.
- writeExternal(ObjectOutput) - Method in class org.jboss.dmr.ValueExpression
-
Serialize this instance.
- writeInt(int) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR number
.
- writeJSONString(PrintWriter, boolean) - Method in class org.jboss.dmr.ModelNode
-
Output the JSON string representation of this model node, formatted nicely, if requested to the supplied PrintWriter
instance.
- writeListEnd() - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR list end
token.
- writeListStart() - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR list start
token.
- writeLong(long) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR number
.
- writeObjectEnd() - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR object end
token.
- writeObjectStart() - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR object start
token.
- writePropertyEnd() - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR property end
token.
- writePropertyStart() - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR property start
token.
- writeString(PrintWriter, boolean) - Method in class org.jboss.dmr.ModelNode
-
Output the DMR string representation of this model node, formatted nicely, if requested to the supplied PrintWriter
instance.
- writeString(String) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR string
.
- writeType(ModelType) - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR type
.
- writeUndefined() - Method in interface org.jboss.dmr.stream.ModelWriter
-
Writes DMR undefined
token.
- yyClearError() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Clear the error flag.
- yyClearError() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Clear the error flag.
- yyGetValue(int) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Gets the object value associated with the symbol at the argument's position.
- yyGetValue(int) - Method in class org.jboss.dmr.Parser
-
Deprecated.
Gets the object value associated with the symbol at the argument's position.
- yyInputStackSize() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Obtain the number of input objects on the stack.
- yyInputStackSize() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Obtain the number of input objects on the stack.
- yyLength() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Get the current text token's length.
- yyLength() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Get the current text token's length.
- yyLess(int) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Put all but n characters back to the input stream.
- yyLess(int) - Method in class org.jboss.dmr.Parser
-
Deprecated.
Put all but n characters back to the input stream.
- yyLex() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Call this function to start the scanning of the input.
- yyLex() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Call this function to start the scanning of the input.
- yyParse() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Call this function to start parsing.
- yyParse() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Call this function to start parsing.
- yyParseError(int) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
This function reports error and return true if critical error occurred, or
false if the error has been successfully recovered.
- yyParseError(int) - Method in class org.jboss.dmr.Parser
-
Deprecated.
This function reports error and return true if critical error occurred, or
false if the error has been successfully recovered.
- yyPeekLookahead() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
This function is used by the error handling grammars to check the immediate
lookahead token on the stack.
- yyPeekLookahead() - Method in class org.jboss.dmr.Parser
-
Deprecated.
This function is used by the error handling grammars to check the immediate
lookahead token on the stack.
- yyPopInput() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Switch the current input to the old input on stack.
- yyPopInput() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Switch the current input to the old input on stack.
- yyPopLexerState() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Restore the previous lexer state.
- yyPopLexerState() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Restore the previous lexer state.
- yyPopLookahead() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
This function is used by the error handling grammars to pop an unwantted
token from the lookahead stack.
- yyPopLookahead() - Method in class org.jboss.dmr.Parser
-
Deprecated.
This function is used by the error handling grammars to pop an unwantted
token from the lookahead stack.
- yyPushInput(InputStream) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Switch the current input to the new input.
- yyPushInput(InputStream) - Method in class org.jboss.dmr.Parser
-
Deprecated.
Switch the current input to the new input.
- yyPushLexerState(int) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Push the current state onto lexer state onto stack and
begin the new state specified by the user.
- yyPushLexerState(String) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Push the current state onto lexer state onto stack and
begin the new state specified by the user.
- yyPushLexerState(int) - Method in class org.jboss.dmr.Parser
-
Deprecated.
Push the current state onto lexer state onto stack and
begin the new state specified by the user.
- yyPushLexerState(String) - Method in class org.jboss.dmr.Parser
-
Deprecated.
Push the current state onto lexer state onto stack and
begin the new state specified by the user.
- yyRefreshBuffer() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
- yyRefreshBuffer() - Method in class org.jboss.dmr.Parser
-
Deprecated.
- yyResetBuffer() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Reset the internal buffer.
- yyResetBuffer() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Reset the internal buffer.
- yySetValue(Object) - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Set the object value for the current non-terminal being reduced.
- yySetValue(Object) - Method in class org.jboss.dmr.Parser
-
Deprecated.
Set the object value for the current non-terminal being reduced.
- yyText() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Get the current token text.
- yyText() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Get the current token text.
- yyWrap() - Method in class org.jboss.dmr.JSONParser
-
Deprecated.
Check if there are more inputs.
- yyWrap() - Method in class org.jboss.dmr.Parser
-
Deprecated.
Check if there are more inputs.