Package org.eclipse.epsilon.erl.dom
Class Pre
-
- All Implemented Interfaces:
ModuleElement
,IExecutableModuleElement
public class Pre extends NamedStatementBlockRule
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.erl.dom.NamedStatementBlockRule
body
-
Fields inherited from class org.eclipse.epsilon.erl.dom.NamedRule
nameExpression
-
Fields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock
-
-
Constructor Summary
Constructors Constructor Description Pre()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(IErlVisitor visitor)
String
toString()
-
Methods inherited from class org.eclipse.epsilon.erl.dom.NamedStatementBlockRule
build, execute, getBody, getBodyAst, getNameAst, setBody
-
Methods inherited from class org.eclipse.epsilon.erl.dom.NamedRule
equals, getName, getNameExpression, hashCode
-
Methods inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
accept, getAnnotation, getAnnotationBlock, getAnnotations, getAnnotationsValues, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, hasAnnotation, setAnnotationBlock
-
Methods inherited from class org.eclipse.epsilon.common.module.AbstractModuleElement
getChildren, getComments, getData, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.epsilon.common.module.ModuleElement
getChildren, getComments, getData, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
-
-
-
-
Method Detail
-
accept
public void accept(IErlVisitor visitor)
-
-