Uses of Class
org.eclipse.steady.java.JavaId.Type
-
Packages that use JavaId.Type Package Description org.eclipse.steady.java -
-
Uses of JavaId.Type in org.eclipse.steady.java
Fields in org.eclipse.steady.java declared as JavaId.Type Modifier and Type Field Description protected JavaId.TypeJavaId. typeProgramming language of the construct.Methods in org.eclipse.steady.java that return JavaId.Type Modifier and Type Method Description JavaId.TypeJavaId. getType()Getter for the fieldtype.static JavaId.TypeJavaId. typeFromString(String _t)typeFromString.static JavaId.TypeJavaId.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaId.Type[]JavaId.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.steady.java with parameters of type JavaId.Type Modifier and Type Method Description static Set<ConstructId>JavaId. filter(Set<ConstructId> _set, JavaId.Type[] _filter)Returns allJavaIds of the given type(s).static JavaConstructorIdJavaId. parseConstructorQName(JavaId.Type _ctx_type, String _s, String _param_to_skip)Creates aJavaConstructorIdfrom the given string, with a definition context of the given type.static JavaMethodIdJavaId. parseMethodQName(JavaId.Type _ctx_type, String _s)Creates aJavaMethodIdfrom the given string, with a definition context of the given type.static org.eclipse.steady.shared.enums.ConstructTypeJavaId. toSharedType(JavaId.Type _core_type)Transforms an object with a given core type (defined in vulas-core) into an object having the corresponding shared type (defined in vulas-share).static StringJavaId. typeToString(JavaId.Type _t)typeToString.Constructors in org.eclipse.steady.java with parameters of type JavaId.Type Constructor Description JavaId(JavaId.Type _t)Constructor for JavaId.
-