org.codehaus.jparsec.examples.java.ast.type
Class ArrayTypeLiteral

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by 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

Field Summary
 TypeLiteral elementType
           
 
Constructor Summary
ArrayTypeLiteral(TypeLiteral elementType)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

elementType

public final TypeLiteral elementType
Constructor Detail

ArrayTypeLiteral

public ArrayTypeLiteral(TypeLiteral elementType)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.