Class JTypeParam

java.lang.Object
com.inductiveautomation.snap.javatree.JNode
com.inductiveautomation.snap.javatree.JTypeParam

public class JTypeParam extends JNode
A JNode subclass for type parameters.
  • Constructor Details

    • JTypeParam

      public JTypeParam()
  • Method Details

    • getIdentifier

      public JIdentifier getIdentifier()
      Returns the identifier.
    • setIdentifier

      public void setIdentifier(JIdentifier anId)
      Sets the identifier.
    • getTypes

      public List<JType> getTypes()
      Returns the types.
    • getNameImpl

      protected String getNameImpl()
      Resolves the name.
      Overrides:
      getNameImpl in class JNode
    • getClassRefImpl

      protected JClassRef getClassRefImpl()
      Returns a ClassRef
      Overrides:
      getClassRefImpl in class JNode