Interface ExpressionOuterClass.ExpressionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExpressionOuterClass.Expression, ExpressionOuterClass.Expression.Builder
Enclosing class:
ExpressionOuterClass

public static interface ExpressionOuterClass.ExpressionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRead

      boolean hasRead()
      .xolir.Read read = 10;
      Returns:
      Whether the read field is set.
    • getRead

      .xolir.Read read = 10;
      Returns:
      The read.
    • getReadOrBuilder

      .xolir.Read read = 10;
    • hasStore

      boolean hasStore()
      .xolir.Store store = 11;
      Returns:
      Whether the store field is set.
    • getStore

      .xolir.Store store = 11;
      Returns:
      The store.
    • getStoreOrBuilder

      .xolir.Store store = 11;
    • hasCall

      boolean hasCall()
      .xolir.Call call = 12;
      Returns:
      Whether the call field is set.
    • getCall

      .xolir.Call call = 12;
      Returns:
      The call.
    • getCallOrBuilder

      .xolir.Call call = 12;
    • hasIf

      boolean hasIf()
      .xolir.If if_ = 13;
      Returns:
      Whether the if field is set.
    • getIf

      .xolir.If if_ = 13;
      Returns:
      The if.
    • getIfOrBuilder

      .xolir.If if_ = 13;
    • hasWhile

      boolean hasWhile()
      .xolir.While while_ = 14;
      Returns:
      Whether the while field is set.
    • getWhile

      .xolir.While while_ = 14;
      Returns:
      The while.
    • getWhileOrBuilder

      .xolir.While while_ = 14;
    • hasReturn

      boolean hasReturn()
      .xolir.Return return_ = 15;
      Returns:
      Whether the return field is set.
    • getReturn

      .xolir.Return return_ = 15;
      Returns:
      The return.
    • getReturnOrBuilder

      .xolir.Return return_ = 15;
    • hasInt

      boolean hasInt()
      sint64 int = 20;
      Returns:
      Whether the int field is set.
    • getInt

      long getInt()
      sint64 int = 20;
      Returns:
      The int.
    • hasReal

      boolean hasReal()
      double real = 21;
      Returns:
      Whether the real field is set.
    • getReal

      double getReal()
      double real = 21;
      Returns:
      The real.
    • hasText

      boolean hasText()
      string text = 22;
      Returns:
      Whether the text field is set.
    • getText

      String getText()
      string text = 22;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 22;
      Returns:
      The bytes for text.
    • hasBool

      boolean hasBool()
      bool bool = 23;
      Returns:
      Whether the bool field is set.
    • getBool

      boolean getBool()
      bool bool = 23;
      Returns:
      The bool.
    • getExprCase