package nodes
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AbstractNode extends AnyRef
Abstract supertype for overflowdb.Node and NewNode
- trait AstNode extends Node with StoredNode with AstNodeBase
- trait AstNodeBase extends AbstractNode with HasCode with HasColumnNumber with HasLineNumber with HasOrder
- trait AstNodeNew extends NewNode with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasOrderMutable
- class Binding extends NodeRef[BindingDb] with BindingBase with StoredNode
- trait BindingBase extends AbstractNode with HasMethodFullName with HasName with HasSignature
- class BindingDb extends NodeDb with StoredNode with BindingBase
- class Block extends NodeRef[BlockDb] with BlockBase with StoredNode with Expression
- trait BlockBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
- class BlockDb extends NodeDb with StoredNode with Expression with BlockBase
- class Call extends NodeRef[CallDb] with CallBase with StoredNode with Expression with CallRepr
- trait CallBase extends AbstractNode with ExpressionBase with CallReprBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDispatchType with HasDynamicTypeHintFullName with HasLineNumber with HasMethodFullName with HasName with HasOrder with HasSignature with HasTypeFullName
- class CallDb extends NodeDb with StoredNode with Expression with CallRepr with CallBase
- trait CallRepr extends Node with StoredNode with CallReprBase with CfgNode
- trait CallReprBase extends AbstractNode with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder with HasSignature with CfgNodeBase
- trait CallReprNew extends NewNode with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasNameMutable with HasOrderMutable with HasSignatureMutable with CfgNodeNew
- trait CfgNode extends Node with StoredNode with CfgNodeBase with AstNode
- trait CfgNodeBase extends AbstractNode with HasCode with HasColumnNumber with HasLineNumber with HasOrder with AstNodeBase
- trait CfgNodeNew extends NewNode with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasOrderMutable with AstNodeNew
- class ClosureBinding extends NodeRef[ClosureBindingDb] with ClosureBindingBase with StoredNode
- trait ClosureBindingBase extends AbstractNode with HasClosureBindingId with HasClosureOriginalName with HasEvaluationStrategy
- class ClosureBindingDb extends NodeDb with StoredNode with ClosureBindingBase
- class Comment extends NodeRef[CommentDb] with CommentBase with StoredNode with AstNode
- trait CommentBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasFilename with HasLineNumber with HasOrder
- class CommentDb extends NodeDb with StoredNode with AstNode with CommentBase
- class ConfigFile extends NodeRef[ConfigFileDb] with ConfigFileBase with StoredNode
- trait ConfigFileBase extends AbstractNode with HasContent with HasName
- class ConfigFileDb extends NodeDb with StoredNode with ConfigFileBase
- class ControlStructure extends NodeRef[ControlStructureDb] with ControlStructureBase with StoredNode with Expression
- trait ControlStructureBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasControlStructureType with HasLineNumber with HasOrder with HasParserTypeName
- class ControlStructureDb extends NodeDb with StoredNode with Expression with ControlStructureBase
- trait Declaration extends Node with StoredNode with DeclarationBase
- trait DeclarationBase extends AbstractNode with HasName
- trait DeclarationNew extends NewNode with HasNameMutable
- class Dependency extends NodeRef[DependencyDb] with DependencyBase with StoredNode
- trait DependencyBase extends AbstractNode with HasDependencyGroupId with HasName with HasUsedIn with HasVersion
- class DependencyDb extends NodeDb with StoredNode with DependencyBase
- trait Expression extends Node with StoredNode with ExpressionBase with CfgNode with AstNode
- trait ExpressionBase extends AbstractNode with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasLineNumber with HasOrder with CfgNodeBase with AstNodeBase
- trait ExpressionNew extends NewNode with HasArgumentIndexMutable with HasArgumentNameMutable with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasOrderMutable with CfgNodeNew with AstNodeNew
- class FieldIdentifier extends NodeRef[FieldIdentifierDb] with FieldIdentifierBase with StoredNode with Expression
- trait FieldIdentifierBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCanonicalName with HasCode with HasColumnNumber with HasLineNumber with HasOrder
- class FieldIdentifierDb extends NodeDb with StoredNode with Expression with FieldIdentifierBase
- class File extends NodeRef[FileDb] with FileBase with StoredNode with AstNode
- trait FileBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasHash with HasLineNumber with HasName with HasOrder
- class FileDb extends NodeDb with StoredNode with AstNode with FileBase
- class Finding extends NodeRef[FindingDb] with FindingBase with StoredNode
- trait FindingBase extends AbstractNode
- class FindingDb extends NodeDb with StoredNode with FindingBase
- trait HasAliasTypeFullName extends AnyRef
- trait HasAliasTypeFullNameMutable extends HasAliasTypeFullName
- trait HasArgumentIndex extends AnyRef
- trait HasArgumentIndexMutable extends HasArgumentIndex
- trait HasArgumentName extends AnyRef
- trait HasArgumentNameMutable extends HasArgumentName
- trait HasAstParentFullName extends AnyRef
- trait HasAstParentFullNameMutable extends HasAstParentFullName
- trait HasAstParentType extends AnyRef
- trait HasAstParentTypeMutable extends HasAstParentType
- trait HasCanonicalName extends AnyRef
- trait HasCanonicalNameMutable extends HasCanonicalName
- trait HasClassName extends AnyRef
- trait HasClassNameMutable extends HasClassName
- trait HasClassShortName extends AnyRef
- trait HasClassShortNameMutable extends HasClassShortName
- trait HasClosureBindingId extends AnyRef
- trait HasClosureBindingIdMutable extends HasClosureBindingId
- trait HasClosureOriginalName extends AnyRef
- trait HasClosureOriginalNameMutable extends HasClosureOriginalName
- trait HasCode extends AnyRef
- trait HasCodeMutable extends HasCode
- trait HasColumnNumber extends AnyRef
- trait HasColumnNumberEnd extends AnyRef
- trait HasColumnNumberEndMutable extends HasColumnNumberEnd
- trait HasColumnNumberMutable extends HasColumnNumber
- trait HasContainedRef extends AnyRef
- trait HasContainedRefMutable extends HasContainedRef
- trait HasContent extends AnyRef
- trait HasContentMutable extends HasContent
- trait HasControlStructureType extends AnyRef
- trait HasControlStructureTypeMutable extends HasControlStructureType
- trait HasDependencyGroupId extends AnyRef
- trait HasDependencyGroupIdMutable extends HasDependencyGroupId
- trait HasDispatchType extends AnyRef
- trait HasDispatchTypeMutable extends HasDispatchType
- trait HasDynamicTypeHintFullName extends AnyRef
- trait HasDynamicTypeHintFullNameMutable extends HasDynamicTypeHintFullName
- trait HasEvaluationStrategy extends AnyRef
- trait HasEvaluationStrategyMutable extends HasEvaluationStrategy
- trait HasExplicitAs extends AnyRef
- trait HasExplicitAsMutable extends HasExplicitAs
- trait HasFilename extends AnyRef
- trait HasFilenameMutable extends HasFilename
- trait HasFullName extends AnyRef
- trait HasFullNameMutable extends HasFullName
- trait HasHash extends AnyRef
- trait HasHashMutable extends HasHash
- trait HasImportedAs extends AnyRef
- trait HasImportedAsMutable extends HasImportedAs
- trait HasImportedEntity extends AnyRef
- trait HasImportedEntityMutable extends HasImportedEntity
- trait HasInheritsFromTypeFullName extends AnyRef
- trait HasInheritsFromTypeFullNameMutable extends HasInheritsFromTypeFullName
- trait HasIsExplicit extends AnyRef
- trait HasIsExplicitMutable extends HasIsExplicit
- trait HasIsExternal extends AnyRef
- trait HasIsExternalMutable extends HasIsExternal
- trait HasIsVariadic extends AnyRef
- trait HasIsVariadicMutable extends HasIsVariadic
- trait HasIsWildcard extends AnyRef
- trait HasIsWildcardMutable extends HasIsWildcard
- trait HasKey extends AnyRef
- trait HasKeyMutable extends HasKey
- trait HasLanguage extends AnyRef
- trait HasLanguageMutable extends HasLanguage
- trait HasLineNumber extends AnyRef
- trait HasLineNumberEnd extends AnyRef
- trait HasLineNumberEndMutable extends HasLineNumberEnd
- trait HasLineNumberMutable extends HasLineNumber
- trait HasMethodFullName extends AnyRef
- trait HasMethodFullNameMutable extends HasMethodFullName
- trait HasMethodShortName extends AnyRef
- trait HasMethodShortNameMutable extends HasMethodShortName
- trait HasModifierType extends AnyRef
- trait HasModifierTypeMutable extends HasModifierType
- trait HasName extends AnyRef
- trait HasNameMutable extends HasName
- trait HasNodeLabel extends AnyRef
- trait HasNodeLabelMutable extends HasNodeLabel
- trait HasOrder extends AnyRef
- trait HasOrderMutable extends HasOrder
- trait HasOverlays extends AnyRef
- trait HasOverlaysMutable extends HasOverlays
- trait HasPackageName extends AnyRef
- trait HasPackageNameMutable extends HasPackageName
- trait HasParserTypeName extends AnyRef
- trait HasParserTypeNameMutable extends HasParserTypeName
- trait HasSignature extends AnyRef
- trait HasSignatureMutable extends HasSignature
- trait HasSymbol extends AnyRef
- trait HasSymbolMutable extends HasSymbol
- trait HasTypeDeclFullName extends AnyRef
- trait HasTypeDeclFullNameMutable extends HasTypeDeclFullName
- trait HasTypeFullName extends AnyRef
- trait HasTypeFullNameMutable extends HasTypeFullName
- trait HasUsedIn extends AnyRef
- trait HasUsedInMutable extends HasUsedIn
- trait HasValue extends AnyRef
- trait HasValueMutable extends HasValue
- trait HasVersion extends AnyRef
- trait HasVersionMutable extends HasVersion
- class Identifier extends NodeRef[IdentifierDb] with IdentifierBase with StoredNode with Expression
- trait IdentifierBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasName with HasOrder with HasTypeFullName
- class IdentifierDb extends NodeDb with StoredNode with Expression with IdentifierBase
- class Import extends NodeRef[ImportDb] with ImportBase with StoredNode with AstNode
- trait ImportBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasExplicitAs with HasImportedAs with HasImportedEntity with HasIsExplicit with HasIsWildcard with HasLineNumber with HasOrder
- class ImportDb extends NodeDb with StoredNode with AstNode with ImportBase
- class JumpLabel extends NodeRef[JumpLabelDb] with JumpLabelBase with StoredNode with AstNode
- trait JumpLabelBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder with HasParserTypeName
- class JumpLabelDb extends NodeDb with StoredNode with AstNode with JumpLabelBase
- class JumpTarget extends NodeRef[JumpTargetDb] with JumpTargetBase with StoredNode with CfgNode with AstNode
- trait JumpTargetBase extends AbstractNode with CfgNodeBase with AstNodeBase with HasArgumentIndex with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder with HasParserTypeName
- class JumpTargetDb extends NodeDb with StoredNode with CfgNode with AstNode with JumpTargetBase
- class KeyValuePair extends NodeRef[KeyValuePairDb] with KeyValuePairBase with StoredNode
- trait KeyValuePairBase extends AbstractNode with HasKey with HasValue
- class KeyValuePairDb extends NodeDb with StoredNode with KeyValuePairBase
- class Literal extends NodeRef[LiteralDb] with LiteralBase with StoredNode with Expression
- trait LiteralBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
- class LiteralDb extends NodeDb with StoredNode with Expression with LiteralBase
- class Local extends NodeRef[LocalDb] with LocalBase with StoredNode with AstNode with Declaration
- trait LocalBase extends AbstractNode with AstNodeBase with DeclarationBase with HasClosureBindingId with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasName with HasOrder with HasTypeFullName
- class LocalDb extends NodeDb with StoredNode with AstNode with Declaration with LocalBase
- class Location extends NodeRef[LocationDb] with LocationBase with StoredNode
- trait LocationBase extends AbstractNode with HasClassName with HasClassShortName with HasFilename with HasLineNumber with HasMethodFullName with HasMethodShortName with HasNodeLabel with HasPackageName with HasSymbol
- class LocationDb extends NodeDb with StoredNode with LocationBase
- class Member extends NodeRef[MemberDb] with MemberBase with StoredNode with AstNode with Declaration
- trait MemberBase extends AbstractNode with AstNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasName with HasOrder with HasTypeFullName
- class MemberDb extends NodeDb with StoredNode with AstNode with Declaration with MemberBase
- class MetaData extends NodeRef[MetaDataDb] with MetaDataBase with StoredNode
- trait MetaDataBase extends AbstractNode with HasHash with HasLanguage with HasOverlays with HasVersion
- class MetaDataDb extends NodeDb with StoredNode with MetaDataBase
- class Method extends NodeRef[MethodDb] with MethodBase with StoredNode with CfgNode with AstNode with Declaration
- trait MethodBase extends AbstractNode with CfgNodeBase with AstNodeBase with DeclarationBase with HasAstParentFullName with HasAstParentType with HasCode with HasColumnNumber with HasColumnNumberEnd with HasFilename with HasFullName with HasHash with HasIsExternal with HasLineNumber with HasLineNumberEnd with HasName with HasOrder with HasSignature
- class MethodDb extends NodeDb with StoredNode with CfgNode with AstNode with Declaration with MethodBase
- class MethodParameterIn extends NodeRef[MethodParameterInDb] with MethodParameterInBase with StoredNode with CfgNode with AstNode with Declaration
- trait MethodParameterInBase extends AbstractNode with CfgNodeBase with AstNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasEvaluationStrategy with HasIsVariadic with HasLineNumber with HasName with HasOrder with HasTypeFullName
- class MethodParameterInDb extends NodeDb with StoredNode with CfgNode with AstNode with Declaration with MethodParameterInBase
- class MethodParameterOut extends NodeRef[MethodParameterOutDb] with MethodParameterOutBase with StoredNode with CfgNode with AstNode with Declaration
- trait MethodParameterOutBase extends AbstractNode with CfgNodeBase with AstNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasEvaluationStrategy with HasIsVariadic with HasLineNumber with HasName with HasOrder with HasTypeFullName
- class MethodParameterOutDb extends NodeDb with StoredNode with CfgNode with AstNode with Declaration with MethodParameterOutBase
- class MethodRef extends NodeRef[MethodRefDb] with MethodRefBase with StoredNode with Expression
- trait MethodRefBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasMethodFullName with HasOrder with HasTypeFullName
- class MethodRefDb extends NodeDb with StoredNode with Expression with MethodRefBase
- class MethodReturn extends NodeRef[MethodReturnDb] with MethodReturnBase with StoredNode with CfgNode
- trait MethodReturnBase extends AbstractNode with CfgNodeBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasEvaluationStrategy with HasLineNumber with HasOrder with HasTypeFullName
- class MethodReturnDb extends NodeDb with StoredNode with CfgNode with MethodReturnBase
- class Modifier extends NodeRef[ModifierDb] with ModifierBase with StoredNode with AstNode
- trait ModifierBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasModifierType with HasOrder
- class ModifierDb extends NodeDb with StoredNode with AstNode with ModifierBase
- class Namespace extends NodeRef[NamespaceDb] with NamespaceBase with StoredNode with AstNode
- trait NamespaceBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder
- class NamespaceBlock extends NodeRef[NamespaceBlockDb] with NamespaceBlockBase with StoredNode with AstNode
- trait NamespaceBlockBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasFilename with HasFullName with HasLineNumber with HasName with HasOrder
- class NamespaceBlockDb extends NodeDb with StoredNode with AstNode with NamespaceBlockBase
- class NamespaceDb extends NodeDb with StoredNode with AstNode with NamespaceBase
- class NewBinding extends NewNode with BindingBase
- class NewBlock extends NewNode with BlockBase with ExpressionNew
- class NewCall extends NewNode with CallBase with ExpressionNew with CallReprNew
- class NewClosureBinding extends NewNode with ClosureBindingBase
- class NewComment extends NewNode with CommentBase with AstNodeNew
- class NewConfigFile extends NewNode with ConfigFileBase
- class NewControlStructure extends NewNode with ControlStructureBase with ExpressionNew
- class NewDependency extends NewNode with DependencyBase
- class NewFieldIdentifier extends NewNode with FieldIdentifierBase with ExpressionNew
- class NewFile extends NewNode with FileBase with AstNodeNew
- class NewFinding extends NewNode with FindingBase
- class NewIdentifier extends NewNode with IdentifierBase with ExpressionNew
- class NewImport extends NewNode with ImportBase with AstNodeNew
- class NewJumpLabel extends NewNode with JumpLabelBase with AstNodeNew
- class NewJumpTarget extends NewNode with JumpTargetBase with CfgNodeNew with AstNodeNew
- class NewKeyValuePair extends NewNode with KeyValuePairBase
- class NewLiteral extends NewNode with LiteralBase with ExpressionNew
- class NewLocal extends NewNode with LocalBase with AstNodeNew with DeclarationNew
- class NewLocation extends NewNode with LocationBase
- class NewMember extends NewNode with MemberBase with AstNodeNew with DeclarationNew
- class NewMetaData extends NewNode with MetaDataBase
- class NewMethod extends NewNode with MethodBase with CfgNodeNew with AstNodeNew with DeclarationNew
- class NewMethodParameterIn extends NewNode with MethodParameterInBase with CfgNodeNew with AstNodeNew with DeclarationNew
- class NewMethodParameterOut extends NewNode with MethodParameterOutBase with CfgNodeNew with AstNodeNew with DeclarationNew
- class NewMethodRef extends NewNode with MethodRefBase with ExpressionNew
- class NewMethodReturn extends NewNode with MethodReturnBase with CfgNodeNew
- class NewModifier extends NewNode with ModifierBase with AstNodeNew
- class NewNamespace extends NewNode with NamespaceBase with AstNodeNew
- class NewNamespaceBlock extends NewNode with NamespaceBlockBase with AstNodeNew
- abstract class NewNode extends AbstractNode with DetachedNodeData with Product
base type for all nodes that can be added to a graph, e.g.
base type for all nodes that can be added to a graph, e.g. the diffgraph
- class NewReturn extends NewNode with ReturnBase with ExpressionNew
- class NewTag extends NewNode with TagBase
- class NewTagNodePair extends NewNode with TagNodePairBase
- class NewType extends NewNode with TypeBase
- class NewTypeArgument extends NewNode with TypeArgumentBase with AstNodeNew
- class NewTypeDecl extends NewNode with TypeDeclBase with AstNodeNew
- class NewTypeParameter extends NewNode with TypeParameterBase with AstNodeNew
- class NewTypeRef extends NewNode with TypeRefBase with ExpressionNew
- class NewUnknown extends NewNode with UnknownBase with ExpressionNew
- class Return extends NodeRef[ReturnDb] with ReturnBase with StoredNode with Expression
- trait ReturnBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasLineNumber with HasOrder
- class ReturnDb extends NodeDb with StoredNode with Expression with ReturnBase
- trait StoredNode extends Node with AbstractNode with Product
- class Tag extends NodeRef[TagDb] with TagBase with StoredNode
- trait TagBase extends AbstractNode with HasName with HasValue
- class TagDb extends NodeDb with StoredNode with TagBase
- class TagNodePair extends NodeRef[TagNodePairDb] with TagNodePairBase with StoredNode
- trait TagNodePairBase extends AbstractNode
- class TagNodePairDb extends NodeDb with StoredNode with TagNodePairBase
- class Type extends NodeRef[TypeDb] with TypeBase with StoredNode
- class TypeArgument extends NodeRef[TypeArgumentDb] with TypeArgumentBase with StoredNode with AstNode
- trait TypeArgumentBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasOrder
- class TypeArgumentDb extends NodeDb with StoredNode with AstNode with TypeArgumentBase
- trait TypeBase extends AbstractNode with HasFullName with HasName with HasTypeDeclFullName
- class TypeDb extends NodeDb with StoredNode with TypeBase
- class TypeDecl extends NodeRef[TypeDeclDb] with TypeDeclBase with StoredNode with AstNode
- trait TypeDeclBase extends AbstractNode with AstNodeBase with HasAliasTypeFullName with HasAstParentFullName with HasAstParentType with HasCode with HasColumnNumber with HasFilename with HasFullName with HasInheritsFromTypeFullName with HasIsExternal with HasLineNumber with HasName with HasOrder
- class TypeDeclDb extends NodeDb with StoredNode with AstNode with TypeDeclBase
- class TypeParameter extends NodeRef[TypeParameterDb] with TypeParameterBase with StoredNode with AstNode
- trait TypeParameterBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder
- class TypeParameterDb extends NodeDb with StoredNode with AstNode with TypeParameterBase
- class TypeRef extends NodeRef[TypeRefDb] with TypeRefBase with StoredNode with Expression
- trait TypeRefBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
- class TypeRefDb extends NodeDb with StoredNode with Expression with TypeRefBase
- class Unknown extends NodeRef[UnknownDb] with UnknownBase with StoredNode with Expression
- trait UnknownBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasContainedRef with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasParserTypeName with HasTypeFullName
- class UnknownDb extends NodeDb with StoredNode with Expression with UnknownBase
Value Members
- object AstNode
- object Binding
- object Block
- object Call
- object CallRepr
- object CfgNode
- object ClosureBinding
- object Comment
- object ConfigFile
- object ControlStructure
- object Declaration
- object Dependency
- object Expression
- object Factories
- object FieldIdentifier
- object File
- object Finding
- object Identifier
- object Import
- object JumpLabel
- object JumpTarget
- object KeyValuePair
- object Literal
- object Local
- object Location
- object Member
- object MetaData
- object Method
- object MethodParameterIn
- object MethodParameterOut
- object MethodRef
- object MethodReturn
- object Misc
- object Modifier
- object Namespace
- object NamespaceBlock
- object NewBinding
- object NewBlock
- object NewCall
- object NewClosureBinding
- object NewComment
- object NewConfigFile
- object NewControlStructure
- object NewDependency
- object NewFieldIdentifier
- object NewFile
- object NewFinding
- object NewIdentifier
- object NewImport
- object NewJumpLabel
- object NewJumpTarget
- object NewKeyValuePair
- object NewLiteral
- object NewLocal
- object NewLocation
- object NewMember
- object NewMetaData
- object NewMethod
- object NewMethodParameterIn
- object NewMethodParameterOut
- object NewMethodRef
- object NewMethodReturn
- object NewModifier
- object NewNamespace
- object NewNamespaceBlock
- object NewReturn
- object NewTag
- object NewTagNodePair
- object NewType
- object NewTypeArgument
- object NewTypeDecl
- object NewTypeParameter
- object NewTypeRef
- object NewUnknown
- object PropertyErrorRegister
- object Return
- object Tag
- object TagNodePair
- object Type
- object TypeArgument
- object TypeDecl
- object TypeParameter
- object TypeRef
- object Unknown