java.lang.Object
org.apache.plc4x.plugins.codegenerator.language.mspec.model.terms.DefaultNullLiteral
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.NullLiteral, org.apache.plc4x.plugins.codegenerator.types.terms.Term, org.apache.plc4x.plugins.codegenerator.types.terms.TermConversions

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

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, 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.NullLiteral

    contains

    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

    • DefaultNullLiteral

      public DefaultNullLiteral()
  • Methodendetails

    • 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