Class Result


  • public final class Result
    extends Object
    Maintains the result of building process.

    Warning: This component is not published. It is part of module implementation. Client module should not use this feature.

    Since:
    2.4
    Author:
    Mauricio Pazos - Axios Engineering, Gabriel Roldan - Axios Engineering
    • Constructor Detail

      • Result

        public Result​(Object built,
                      IToken token,
                      int nodeType)
      • Result

        public Result​(Object built2,
                      Token token2,
                      int type)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
      • getBuilt

        public final Object getBuilt()
      • getNodeType

        public final int getNodeType()
      • getToken

        public final IToken getToken()