java.lang.Object
org.apache.plc4x.plugins.codegenerator.language.mspec.model.terms.DefaultBooleanLiteral
Alle implementierten Schnittstellen:
org.apache.plc4x.plugins.codegenerator.types.terms.BooleanLiteral, 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

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

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
     
    boolean
     
    int
     
     
     

    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.BooleanLiteral

    contains

    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
  • Konstruktordetails

    • DefaultBooleanLiteral

      public DefaultBooleanLiteral(Boolean value)
  • Methodendetails

    • getValue

      public boolean getValue()
      Angegeben von:
      getValue in Schnittstelle org.apache.plc4x.plugins.codegenerator.types.terms.BooleanLiteral
    • 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