Class TypeModule


  • public class TypeModule
    extends java.lang.Object
    • Constructor Detail

      • TypeModule

        public TypeModule()
      • TypeModule

        public TypeModule​(java.util.Collection<Type> types)
    • Method Detail

      • getType

        public Type getType​(java.lang.String nameOfType)
      • size

        public int size()
      • getAllTypes

        public java.util.Collection<Type> getAllTypes()
      • getListOfAllTypes

        public java.util.List<Type> getListOfAllTypes()
      • merge

        public void merge​(TypeModule typeModule)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setConstantType

        public void setConstantType​(java.lang.String constant,
                                    Type type)
      • getConstantType

        public Type getConstantType​(java.lang.String constant)
      • getConstants

        public java.util.Collection<ConstantParam> getConstants()