Class DeclaredPropertyAST

java.lang.Object
org.eclipse.emf.mwe.internal.core.ast.AbstractASTBase
org.eclipse.emf.mwe.internal.core.ast.DeclaredPropertyAST

public class DeclaredPropertyAST extends AbstractASTBase
  • Constructor Details

    • DeclaredPropertyAST

      public DeclaredPropertyAST(Location location, String name)
    • DeclaredPropertyAST

      public DeclaredPropertyAST(Location location, String name, String value)
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • isAbstract

      public boolean isAbstract()
    • toString

      public String toString()
      Overrides:
      toString in class Object