Uses of Class
com.github.antlrjavaparser.api.type.PrimitiveType.Primitive

Packages that use PrimitiveType.Primitive
com.github.antlrjavaparser.api.type   
 

Uses of PrimitiveType.Primitive in com.github.antlrjavaparser.api.type
 

Methods in com.github.antlrjavaparser.api.type that return PrimitiveType.Primitive
 PrimitiveType.Primitive PrimitiveType.getType()
           
static PrimitiveType.Primitive PrimitiveType.Primitive.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveType.Primitive[] PrimitiveType.Primitive.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.github.antlrjavaparser.api.type with parameters of type PrimitiveType.Primitive
 void PrimitiveType.setType(PrimitiveType.Primitive type)
           
 

Constructors in com.github.antlrjavaparser.api.type with parameters of type PrimitiveType.Primitive
PrimitiveType(int beginLine, int beginColumn, int endLine, int endColumn, PrimitiveType.Primitive type)
           
PrimitiveType(PrimitiveType.Primitive type)
           
 



Copyright © 2013. All Rights Reserved.