| Package | Description |
|---|---|
| org.glassfish.rmic.tools.binaryclass | |
| org.glassfish.rmic.tools.java | |
| org.glassfish.rmic.tools.javac | |
| org.glassfish.rmic.tools.tree |
| Modifier and Type | Method and Description |
|---|---|
Node |
BinaryMember.getValue(Environment env)
Get the value
|
| Modifier and Type | Field and Description |
|---|---|
protected Node |
MemberDefinition.value |
| Modifier and Type | Method and Description |
|---|---|
Node |
MemberDefinition.getValue() |
Node |
MemberDefinition.getValue(Environment env)
Get the field's final value (may return null)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Parser.addArgument(Node n) |
void |
ParserActions.defineField(long where,
ClassDefinition c,
String doc,
int mod,
Type t,
IdentifierToken nm,
IdentifierToken[] args,
IdentifierToken[] exp,
Node val)
Define a field
|
void |
Parser.defineField(long where,
ClassDefinition c,
String doc,
int mod,
Type t,
IdentifierToken nm,
IdentifierToken[] args,
IdentifierToken[] exp,
Node val)
Deprecated.
|
protected void |
Parser.defineField(long where,
String doc,
int mod,
Type t,
Identifier nm,
Identifier[] args,
Identifier[] exp,
Node val)
Deprecated.
Use the version with the IdentifierToken arguments.
|
void |
MemberDefinition.setValue(Node value) |
| Constructor and Description |
|---|
MemberDefinition(long where,
ClassDefinition clazz,
int modifiers,
Type type,
Identifier name,
IdentifierToken[] expIds,
Node value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Node |
SourceMember.getValue(Environment env)
Deprecated.
Get the value of the field (or null if the value can't be determined)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchParser.defineField(long where,
ClassDefinition c,
String doc,
int mod,
Type t,
IdentifierToken name,
IdentifierToken[] args,
IdentifierToken[] exp,
Node val)
Deprecated.
Define a method
|
| Constructor and Description |
|---|
SourceMember(long where,
ClassDefinition clazz,
String doc,
int modifiers,
Type type,
Identifier name,
Vector<MemberDefinition> argNames,
IdentifierToken[] exp,
Node value)
Deprecated.
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AndExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ArrayAccessExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ArrayExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignAddExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignBitAndExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignBitOrExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignBitXorExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignDivideExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignMultiplyExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignOpExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignRemainderExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignShiftLeftExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignShiftRightExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignSubtractExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignUnsignedShiftRightExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryArithmeticExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryAssignExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryBitExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryCompareExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryEqualityExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryLogicalExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryShiftExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BitAndExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BitNotExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BitOrExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BitXorExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BooleanExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BreakStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ByteExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CaseStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CastExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CatchStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CharExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CommaExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CompoundStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ConditionalExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ContinueStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ConvertExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DeclarationStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DivideExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DivRemExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DoStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DoubleExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
EqualExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Expression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ExpressionStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ExprExpression
Parenthesized expressions.
|
class |
FieldExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
FinallyStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
FloatExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ForStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
GreaterExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
GreaterOrEqualExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IdentifierExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IfStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IncDecExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
InlineMethodExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
InlineNewInstanceExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
InlineReturnStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
InstanceOfExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IntegerExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IntExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LengthExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LessExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LessOrEqualExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LongExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
MethodExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
MultiplyExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NaryExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NegativeExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NewArrayExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NewInstanceExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NotEqualExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NotExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NullExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
OrExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PositiveExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PostDecExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PostIncExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PreDecExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PreIncExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
RemainderExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ReturnStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ShiftLeftExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ShiftRightExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ShortExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Statement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
StringExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
SubtractExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
SuperExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
SwitchStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
SynchronizedStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ThisExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ThrowStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
TryStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
TypeExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
UnaryExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
UnsignedShiftRightExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
VarDeclarationStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
WhileStatement
WARNING: The contents of this source file are not part of any
supported API.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
LocalMember.getValue(Environment env)
Return value
|
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.