|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.VectorLiteral
public class VectorLiteral
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase |
|---|
NodeImplBase.Scoped |
| Constructor Summary | |
|---|---|
VectorLiteral(JooSymbol symNew,
JooSymbol symLt,
Type type,
JooSymbol symGt,
ArrayLiteral arrayLiteral)
|
|
| Method Summary | |
|---|---|
ArrayLiteral |
getArrayLiteral()
|
JooSymbol |
getSymbol()
|
JooSymbol |
getSymGt()
|
JooSymbol |
getSymLt()
|
JooSymbol |
getSymNew()
|
Type |
getVectorType()
|
void |
scope(Scope scope)
|
void |
visit(AstVisitor visitor)
|
| Methods inherited from class net.jangaroo.jooc.ast.Expr |
|---|
getType, isCompileTimeConstant, setType |
| Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase |
|---|
analyze, analyze, generate, scope, withNewDeclarationScope, withNewLabelScope |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VectorLiteral(JooSymbol symNew,
JooSymbol symLt,
Type type,
JooSymbol symGt,
ArrayLiteral arrayLiteral)
| Method Detail |
|---|
public void visit(AstVisitor visitor)
throws IOException
IOExceptionpublic JooSymbol getSymbol()
public JooSymbol getSymNew()
public JooSymbol getSymLt()
public Type getVectorType()
public JooSymbol getSymGt()
public ArrayLiteral getArrayLiteral()
public void scope(Scope scope)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||