org.codehaus.jparsec.examples.java.ast.type
Class ArrayTypeLiteral
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.java.ast.type.ArrayTypeLiteral
- All Implemented Interfaces:
- TypeLiteral
public final class ArrayTypeLiteral
- extends ValueObject
- implements TypeLiteral
Represents an array type literal.
- Author:
- Ben Yu
elementType
public final TypeLiteral elementType
ArrayTypeLiteral
public ArrayTypeLiteral(TypeLiteral elementType)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.