Class SimpleType

All Implemented Interfaces:
UserDataStore, IFreezable, INode, Cloneable

public class SimpleType extends AstType
  • Constructor Details

    • SimpleType

      public SimpleType(String identifier)
    • SimpleType

      public SimpleType(Identifier identifier)
    • SimpleType

      public SimpleType(String identifier, TextLocation location)
    • SimpleType

      public SimpleType(String identifier, Iterable<AstType> typeArguments)
    • SimpleType

      public SimpleType(String identifier, AstType... typeArguments)
  • Method Details