Lombok.ast - v0.2

lombok.ast
Interface Literal

All Superinterfaces:
Node
All Known Implementing Classes:
BooleanLiteral, CharLiteral, FloatingPointLiteral, IntegralLiteral, NullLiteral, StringLiteral

public interface Literal
extends Node


Method Summary
 String rawValue()
           
 
Methods inherited from interface lombok.ast.Node
accept, addMessage, copy, detach, getChildren, getGeneratedBy, getMessages, getParent, getPosition, hasMessage, hasParent, isGenerated, replace, replaceChild, setPosition, toString, unparent
 

Method Detail

rawValue

String rawValue()

Lombok.ast - v0.2

Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.