Class JavaExpressionPresenceCheck

    • Field Detail

      • javaExpression

        private final java.lang.String javaExpression
    • Constructor Detail

      • JavaExpressionPresenceCheck

        public JavaExpressionPresenceCheck​(java.lang.String javaExpression)
    • Method Detail

      • getJavaExpression

        public java.lang.String getJavaExpression()
      • getImportTypes

        public java.util.Set<Type> getImportTypes()
        Description copied from class: ModelElement
        Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
        Specified by:
        getImportTypes in interface PresenceCheck
        Specified by:
        getImportTypes in class ModelElement
        Returns:
        A set with type referenced by this model element. Must not be null.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object