Class DeclaredType

  • All Implemented Interfaces:
    DRLJavaEmitter

    public class DeclaredType
    extends java.lang.Object
    implements DRLJavaEmitter
    Wrapper for declarative types. Declared Types must be written in the appropriate style, no formatting is contributed here.
    • Constructor Summary

      Constructors 
      Constructor Description
      DeclaredType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void renderDRL​(DRLOutput out)
      Each node can add its contribution to the output
      void setDeclaredTypeListing​(java.lang.String declaredTypeListing)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeclaredType

        public DeclaredType()
    • Method Detail

      • setDeclaredTypeListing

        public void setDeclaredTypeListing​(java.lang.String declaredTypeListing)