Package one.empty3.library.lang
Class EntryPoint
- java.lang.Object
-
- one.empty3.library.lang.Node
-
- one.empty3.library.lang.EntryPoint
-
public class EntryPoint extends Node
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class one.empty3.library.lang.Node
Node.Declaration, Node.InstructionBlock, Node.Literal, Node.TokenType
-
-
Field Summary
-
Fields inherited from class one.empty3.library.lang.Node
declaration, declarationTypeClass, declarationTypeMethod, declarationTypeObject, declarationTypeScalar, declarationTypeScalarBoolean, declarationTypeScalarCharacter, declarationTypeScalarCharCodeInt, declarationTypeScalarFloatingPoint, declarationTypeScalarFloatingPointDoublePrecision, declarationTypeScalarInteger, declarationTypeScalarLongInteger, declarationTypeScalarShortInteger, declarationTypeString, inference, instruction
-
-
Constructor Summary
Constructors Constructor Description EntryPoint(java.util.List<Token> tokens)
-
-
-
Constructor Detail
-
EntryPoint
public EntryPoint(java.util.List<Token> tokens)
-
-