Package com.tonic.analysis.query.ast
Class AllScope
- java.lang.Object
-
- com.tonic.analysis.query.ast.AllScope
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(ScopeVisitor<T> visitor)Dispatches to the visitor hook for this scope variant.booleanequals(Object o)inthashCode()booleanisAll()StringtoString()
-
-
-
Field Detail
-
INSTANCE
public static final AllScope INSTANCE
-
-
Method Detail
-
accept
public <T> T accept(ScopeVisitor<T> visitor)
Description copied from interface:ScopeDispatches to the visitor hook for this scope variant.
-
isAll
public boolean isAll()
-
-