Class DslCompiler.ParseResult
- java.lang.Object
-
- com.dslplatform.compiler.client.parameters.DslCompiler.ParseResult
-
- Enclosing class:
- DslCompiler
public static class DslCompiler.ParseResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description DslCompiler.ParseErrorerrorjava.util.List<DslCompiler.SyntaxConcept>tokens
-
Constructor Summary
Constructors Constructor Description ParseResult(java.util.Map<java.lang.String,java.lang.Object> map)
-
-
-
Field Detail
-
error
public final DslCompiler.ParseError error
-
tokens
public final java.util.List<DslCompiler.SyntaxConcept> tokens
-
-