Class Goal


  • public class Goal
    extends java.lang.Object
    Collects everything together and resolves all symbols. REMIND: add symbol resolution.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      COM.activesw.api.client.adl.Sequence next  
      COM.activesw.api.client.adl.Sequence tail  
    • Constructor Summary

      Constructors 
      Constructor Description
      Goal​(COM.activesw.api.client.adl.ADLRock rock, Token decls)  
    • Field Detail

      • next

        public COM.activesw.api.client.adl.Sequence next
      • tail

        public COM.activesw.api.client.adl.Sequence tail
    • Constructor Detail

      • Goal

        public Goal​(COM.activesw.api.client.adl.ADLRock rock,
                    Token decls)
    • Method Detail

      • toString

        public java.lang.String toString()
      • printTree

        public void printTree​(int indent)
      • append

        public void append​(COM.activesw.api.client.adl.Sequence addition)
      • actionError

        protected void actionError​(java.lang.String msg,
                                   Token token)
      • checkInitializers

        protected void checkInitializers​(Token element,
                                         java.lang.String[] required,
                                         java.lang.String[] optional)
      • indent

        protected void indent​(int amount)