Class RClass

java.lang.Object
uk.co.terminological.rjava.plugin.RAnnotated
uk.co.terminological.rjava.plugin.RClass

public class RClass extends RAnnotated
  • Constructor Details

  • Method Details

    • setConstructor

      public void setConstructor(RMethod constructor)
    • addMethod

      public void addMethod(RMethod method)
    • getMethods

      public List<RMethod> getMethods()
    • getTitle

      public String getTitle()
    • getDetails

      public String getDetails()
    • getDescription

      public String getDescription()
    • getAuthor

      public String[] getAuthor()
    • getConstructor

      public RMethod getConstructor()
    • getConstructorAndMethods

      public List<RMethod> getConstructorAndMethods()
    • getConstructorsAndStaticMethods

      public List<RMethod> getConstructorsAndStaticMethods()
    • getStaticMethods

      public List<RMethod> getStaticMethods()
    • hasStaticMethods

      public boolean hasStaticMethods()
    • hasExampleSetup

      public boolean hasExampleSetup()
    • hasTestSetup

      public boolean hasTestSetup()
    • getExampleSetup

      public List<String> getExampleSetup()
    • getTestSetup

      public List<String> getTestSetup()
    • getInstanceMethods

      public List<RMethod> getInstanceMethods()
    • getModel

      public RModel getModel()
      Overrides:
      getModel in class RAnnotated
    • addFinalizer

      public void addFinalizer(String name)
    • getFinalizer

      public String getFinalizer()
    • hasFinalizer

      public boolean hasFinalizer()