Package org.fulib.scenarios.ast.expr
Class ErrorExpr.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.expr.ErrorExpr.Impl
-
- All Implemented Interfaces:
ErrorExpr,Expr,Node,Positioned
- Enclosing interface:
- ErrorExpr
public static class ErrorExpr.Impl extends Positioned.Impl implements ErrorExpr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.expr.ErrorExpr
ErrorExpr.Impl, ErrorExpr.Visitor<P,R>
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.Positioned
Positioned.Impl, Positioned.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetType()voidsetType(Type type)-
Methods inherited from class org.fulib.scenarios.ast.Positioned.Impl
getPosition, setPosition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fulib.scenarios.ast.expr.ErrorExpr
accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-