Class: sun.tools.tree.ArrayExpression
- public class ArrayExpression
- extends NaryExpression
WARNING: The contents of this source file are not part of any
supported API. Code that depends on them does so at its own risk:
they are subject to change or removal without notice.
Inheritance
Superclass tree:- java.lang.Object
- sun.tools.tree.Node
- sun.tools.tree.Expression
- sun.tools.tree.UnaryExpression
- sun.tools.tree.NaryExpression
- sun.tools.tree.ArrayExpression
Methods
-
ArrayExpressiontop
public ArrayExpression(long where, Expression[] args)Constructor -
checkInitializertop
- Override hierarchy:
- checkInitializer from Expression
-
checkValuetop
Check expression type- Override hierarchy:
- checkValue from UnaryExpression
- checkValue from Expression
-
codeValuetop
Code- Override hierarchy:
- codeValue from Expression
-
inlinetop
Inline- Override hierarchy:
- inline from UnaryExpression
- inline from Expression
-
inlineValuetop
- Override hierarchy:
- inlineValue from UnaryExpression
- inlineValue from Expression
