java.lang.Object
org.apache.plc4x.plugins.codegenerator.language.mspec.model.terms.DefaultVariableLiteral
Alle implementierten Schnittstellen:
org.apache.plc4x.plugins.codegenerator.types.terms.Literal, org.apache.plc4x.plugins.codegenerator.types.terms.LiteralConversions, org.apache.plc4x.plugins.codegenerator.types.terms.Term, org.apache.plc4x.plugins.codegenerator.types.terms.TermConversions, org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral

public class DefaultVariableLiteral extends Object implements org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    DefaultVariableLiteral(String name, List<org.apache.plc4x.plugins.codegenerator.types.terms.Term> args, Integer index, org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral child)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
     
    Optional<List<org.apache.plc4x.plugins.codegenerator.types.terms.Term>>
     
    Optional<org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral>
     
     
     
    org.apache.plc4x.plugins.codegenerator.types.references.TypeReference
     
    int
     
    void
    setTypeReference(org.apache.plc4x.plugins.codegenerator.types.references.TypeReference typeReference)
     
     
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Von Schnittstelle geerbte Methoden org.apache.plc4x.plugins.codegenerator.types.terms.LiteralConversions

    asBooleanLiteral, asHexadecimalLiteral, asNullLiteral, asNumericLiteral, asStringLiteral, asVariableLiteral, isBooleanLiteral, isHexadecimalLiteral, isNullLiteral, isNumericLiteral, isStringLiteral, isVariableLiteral

    Von Schnittstelle geerbte Methoden org.apache.plc4x.plugins.codegenerator.types.terms.Term

    getDiscriminatorName, isFixedValueExpression

    Von Schnittstelle geerbte Methoden org.apache.plc4x.plugins.codegenerator.types.terms.TermConversions

    asBinaryTerm, asLiteral, asTernaryTerm, asUnaryTerm, isBinaryTerm, isLiteral, isTernaryTerm, isUnaryTerm, isWildcard

    Von Schnittstelle geerbte Methoden org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral

    contains, getVariableLiteralName
  • Konstruktordetails

    • DefaultVariableLiteral

      public DefaultVariableLiteral(String name, List<org.apache.plc4x.plugins.codegenerator.types.terms.Term> args, Integer index, org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral child)
  • Methodendetails

    • getName

      public String getName()
      Angegeben von:
      getName in Schnittstelle org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral
    • getTypeReference

      public org.apache.plc4x.plugins.codegenerator.types.references.TypeReference getTypeReference()
      Angegeben von:
      getTypeReference in Schnittstelle org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral
    • setTypeReference

      public void setTypeReference(org.apache.plc4x.plugins.codegenerator.types.references.TypeReference typeReference)
    • getArgs

      public Optional<List<org.apache.plc4x.plugins.codegenerator.types.terms.Term>> getArgs()
      Angegeben von:
      getArgs in Schnittstelle org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral
    • getIndex

      public Optional<Integer> getIndex()
      Angegeben von:
      getIndex in Schnittstelle org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral
    • getChild

      public Optional<org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral> getChild()
      Angegeben von:
      getChild in Schnittstelle org.apache.plc4x.plugins.codegenerator.types.terms.VariableLiteral
    • stringRepresentation

      public String stringRepresentation()
      Angegeben von:
      stringRepresentation in Schnittstelle org.apache.plc4x.plugins.codegenerator.types.terms.Term
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object