Class StandardCommentReplacement


  • class StandardCommentReplacement
    extends java.lang.Object
    Specify user defined comments for standard keywords.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String comment  
      private java.lang.Class<?> context  
      private java.lang.String ref  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StandardCommentReplacement​(java.lang.String ref, java.lang.Class<?> context)  
      protected StandardCommentReplacement​(java.lang.String ref, java.lang.Class<?> context, java.lang.String comment)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()  
      java.lang.Class<?> getContext()  
      java.lang.String getRef()  
      void setComment​(java.lang.String comment)  
      • Methods inherited from class java.lang.Object

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

      • comment

        private java.lang.String comment
      • context

        private final java.lang.Class<?> context
      • ref

        private final java.lang.String ref
    • Constructor Detail

      • StandardCommentReplacement

        protected StandardCommentReplacement​(java.lang.String ref,
                                             java.lang.Class<?> context)
      • StandardCommentReplacement

        protected StandardCommentReplacement​(java.lang.String ref,
                                             java.lang.Class<?> context,
                                             java.lang.String comment)
    • Method Detail

      • getComment

        public java.lang.String getComment()
      • getContext

        public java.lang.Class<?> getContext()
      • getRef

        public java.lang.String getRef()
      • setComment

        public void setComment​(java.lang.String comment)