Uses of Class
com.iizigo.java.JavaSource.Type
Packages that use JavaSource.Type Package Description com.iizigo.java Uses of JavaSource.Type in com.iizigo.java
Methods in com.iizigo.java that return JavaSource.Type Modifier and Type Method Description JavaSource.Type
JavaSource. getType()
Gets the file type.static JavaSource.Type
JavaSource.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JavaSource.Type[]
JavaSource.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.iizigo.java with parameters of type JavaSource.Type Constructor Description JavaSource(JavaSource.Type type)
Creates a Java source instance for BINARY.