LocalDeclPeekLocalDecl Method |
Peek ahead at the input tokens to determine if they look like a valid LocalDecl.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static bool PeekLocalDecl(
Parser parser
)
Parameters
- parser
- Type: Nova.ParsingParser
Return Value
Type:
BooleanSee Also