org.eclipse.emf.mwe.internal.core.ast
Class DeclaredPropertyFileAST

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.core.ast.AbstractASTBase
      extended by org.eclipse.emf.mwe.internal.core.ast.DeclaredPropertyFileAST

public class DeclaredPropertyFileAST
extends AbstractASTBase


Constructor Summary
DeclaredPropertyFileAST(Location location, java.lang.String file)
           
 
Method Summary
 java.lang.String getFile()
           
 java.util.Properties getProperties(ResourceLoader loader)
           
 java.util.List<java.lang.String> getPropertyNames(ResourceLoader loader)
           
 void setFile(java.lang.String string)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.mwe.internal.core.ast.AbstractASTBase
accept, getColumnNumber, getLength, getLineNumber, getLocation, getOffset, getResource, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeclaredPropertyFileAST

public DeclaredPropertyFileAST(Location location,
                               java.lang.String file)
Method Detail

getFile

public java.lang.String getFile()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getProperties

public java.util.Properties getProperties(ResourceLoader loader)

getPropertyNames

public java.util.List<java.lang.String> getPropertyNames(ResourceLoader loader)

setFile

public void setFile(java.lang.String string)