Uses of Enum Class
com.iizigo.java.JavaSource.Type
Packages that use JavaSource.Type
Uses of JavaSource.Type in com.iizigo.java
Methods in com.iizigo.java that return JavaSource.TypeModifier and TypeMethodDescriptionJavaSource.getType()Gets the file type.static JavaSource.TypeReturns the enum constant of this class with the specified name.static JavaSource.Type[]JavaSource.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.iizigo.java with parameters of type JavaSource.TypeModifierConstructorDescriptionprotectedJavaSource(JavaSource.Type type) Creates a Java source instance for BINARY.