Class ArrayTypeLiteral

java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.type.ArrayTypeLiteral
All Implemented Interfaces:
TypeLiteral

public final class ArrayTypeLiteral extends ValueObject implements TypeLiteral
Represents an array type literal.
  • Field Details

  • Constructor Details

    • ArrayTypeLiteral

      public ArrayTypeLiteral(TypeLiteral elementType)
  • Method Details