org.codehaus.jparsec.examples.java.ast.type
Interface TypeLiteral

All Known Implementing Classes:
ArrayTypeLiteral, LowerBoundWildcard, SimpleTypeLiteral, UpperBoundWildcard

public interface TypeLiteral

Represents a type literal. Such as Integer or List<Integer>.

Author:
Ben Yu



Copyright © 2014. All rights reserved.